Initializing help system before first use

XPRMRecord Properties

The XPRMRecord type exposes the following members.

Properties
  Name Description
Public property Fields
Get an iterator to enumerate all fields of the record.
Public property IsInitialised
Check whether the record has been initialised. Objects are initialised during model execution. Trying to access a Mosel object that has not been created will result on an exception.
(Overrides XPRMValueIsInitialised.)
Public property Model
Used to fetch the XPRM model to which this object belongs, or else 'null' if there is no model anywhere among this Object's ancestors.
(Inherited from XPRMObjectBase.)
Public property Owner
Used to fetch the XPRM object to which this object belongs
(Inherited from XPRMObjectBase.)
Public property StructCode (Overrides XPRMTypedObjectStructCode.)
Public property StructName (Overrides XPRMTypedObjectStructName.)
Public property Type (Inherited from XPRMTypedObject.)
Public property TypeCode (Inherited from XPRMTypedObject.)
Public property TypeName (Inherited from XPRMTypedObject.)
Top
See Also