Language Reference Guide : 4. System Classes : ArrayObject Class
 
Share this page                  
ArrayObject Class
The ArrayObject class is the system object that holds information about a dynamic array. The methods associated with this class perform operations on individual rows in the array or return information about the array as a whole.
To access an ArrayObject in your 4GL code, use the array name directly. For example, you can use the array object, as represented by the array name, to pass all the data in the array to a procedure or another frame.
Inherits From
Object Class
Inherited By
Array Class
Attributes
_RowSelected
_RowState
AllRows
ClientInteger
FirstRow
LastRow
SortCasesensitive
Methods
AllRows
Clear
Find
FirstRow
InsertRow
LastRow
RemoveRow
SetRowDeleted
Sort