UnloadRecords Method
Unloads a recordset from the grid.
Syntax
object.UnloadRecords
The syntax of the UnloadRecords method has these parts:
| Part | Description |
| object | A DCombo control. |
Remarks
There is no need to call this method unless loading a new or different recordset. See the Sorting example.