Attribute | Data Type | Description | Inherited From |
---|---|---|---|
_RowSelected | smallint | Set whenever the user changes a row in an array displayed in a table field (RW) | Defined |
_RowState | smallint | Set whenever the user changes a row in an array displayed in a table field (RW) | Defined |
AllRows | integer | Returns the total number of rows in the array, including rows set to be deleted (R) | Defined |
ClassName | varchar(32) | Gives the name of an object's actual type (as opposed to its declared type) (R) | Object |
ClientData | Object | Provides a way to associate data with an object (RW) | Object |
ClientInteger | integer | An integer associated with the array that can be set and tested by user applications (RW) | Defined |
FirstRow | integer | Returns the number of the first row in the object (the row with the smallest sequence number) (R) | Defined |
InstanceIdentifier | integer8 | Contains a value that uniquely identifies an instance of an allocated object (R) | Object |
InstanceReferences | integer | Contains the current number of references to the object (R) | Object |
LastRow | integer | Returns the number of the row with the highest sequence number in the array (R) | Defined |
SortCasesensitive | integer | Determines whether the Sort method sorts VARCHAR attributes with case sensitivity (RW) | Defined |