| Control Object Properties |
|
| Description | The
following properties are used to load and access a grid
by row:
'LoadList$ returns a list of column names in the order in which they physically appear within the grid object. When a grid is defined using FMT= in the GRID directive, or columns names are assigned to columns in a grid, 'LoadList$ returns a list of those column names in their current display order. The compiled version, 'LoadIOList$ simplifies the loading of grid rows from direct file contents or other IOList-based items. For Example:
The 'RowData$ property returns or sets a complete row of data in accordance to the names defined in 'LoadList$ or 'LoadIOList$. The data returned is for the row currently identified by the 'Row property. For Example:
Because the properties 'LoadList$, 'LoadIOList$ and 'RowData$ use logical column names, column swapping has no impact. For more information, refer to the GRID Directive. |
||||||||||||||||||