GML::ENABLE - Enable Grid

Syntax

CALL "GML::ENABLE"

Description

This procedure enables a grid control. The value in GML_TPL.MEMBER% determines which control within the grid set to enable.

Options

Setting the value in GML_TPL.OPTION% to 1 will enable all grid controls (main, column header, row header) in the grid set.

Example

2400 GML.SET%=1
2410 CALL "GML::TPL_PREP"
2420 CALL "GML::ENABLE"

See Also

Visual PRO/5 Grid Management Library

Alphabetical Listing of GML Procedures