Name | Type | Description |
allrows | Integer | The total number of rows in the specified array, including deleted rows. This constant is similar to the AllRows method for the ArrayObject class. |
firstrow | Integer | The index of the first (lowest-numbered) deleted row. This constant is similar to the FirstRow method for the ArrayObject class. |
lastrow | Integer | The number of non-deleted rows in the specified array. This constant is similar to the LastRow method for the ArrayObject class. |
IsArray | Integer | Returns one if an array, zero if not. |
RecordTypename or ClassName | Character | For an object, the name of the object type. For an array, this value is the name of the row type. |
errorno | Integer | The number of the error for the previous operation. It is zero if OK. |
errortext | Character | The text associated with the error for the previous operation. |