Initializing help system before first use

XPRMSet Properties

The XPRMSet type exposes the following members.

Properties
  Name Description
Public property FirstIndex
The index of the first element in the set. From the library, set elements are accessed using an index.
Public property IsDynamic
Check whether the set is dynamic.
Public property IsEmpty
Check whether the set is empty.
Public property IsFixed
Check whether the set is fixed. A dynamic set is "fixed" when it is used to index an array: it may be extended by receiving new elements but it cannot be re-assigned or reduced.
Public property IsInitialised
Check whether the set 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 IsRange
Check whether the set is a range set.
Public property LastIndex
The index of the last element in the set. From the library, set elements are accessed using an index.
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 Size
Get set size.
Public property StructCode (Inherited from XPRMTypedObject.)
Public property StructName (Inherited from XPRMTypedObject.)
Public property Type (Overrides XPRMTypedObjectType.)
Public property TypeCode (Inherited from XPRMTypedObject.)
Public property TypeName (Inherited from XPRMTypedObject.)
Top
See Also