DataBrowser.EnableGrid Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual EnableGrid(
Usual lShowGrid = default
)
Request Example
View SourceParameters
- lShowGrid (Optional)
- Type: Usual
TRUE shows the grid; FALSE hides it. The default is TRUE.
Return Value
Type:
UsualSee Also