GML::DESELECT - Deselect All Cells
Syntax
CALL "GML::DESELECT"
Description
This procedure deselects all grid cells and sets the main grid current row to –1. This procedure is valid only when applied to the main grid (GML_TPL.MEMBER%=1).
Example
|
CALL "GML::DESELECT"
This procedure deselects all grid cells and sets the main grid current row to –1. This procedure is valid only when applied to the main grid (GML_TPL.MEMBER%=1).
|