ClearGrid - cWebList
Clears the grid rows creating an empty grid
Type: Procedure
Syntax
Procedure ClearGrid
Call Example
Send ClearGrid
Description
If you have a non-data-aware grid or list, you can send ClearGrid to clear all of the grid's row data, thus creating an empty grid.
If you have a data-aware grid (pbDataAware = True), then you would not normally send this message.