RecordsLoaded Property
Returns whether or not a recordset is currently loaded in the grid. Read only. Available only at run time.
Syntax
object.RecordsLoaded [= value ]
The syntax of the RecordsLoaded Property has these parts:
| Part | Description |
| object | A DGrid control. |
| value | Returns True if a recordset is loaded in the grid, False if not. |
Data Type
Boolean