Click or drag to resize

DataBrowser.EnableGrid Method

X#
Enable/disable the display of a grid. If this method is not called, the grid is enabled, by default.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD EnableGrid(
	lShowGrid
) AS USUAL CLIPPER
Request Example View Source

Parameters

lShowGrid (Optional)
Type: Usual
TRUE shows the grid; FALSE hides it. The default is TRUE.

Return Value

Type: Usual
See Also