DataBrowser.EnableHorizontalSplit Method | |
Enable/disable a horizontal splitbar in the data browser.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableHorizontalSplit(
lShowSplit
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual EnableHorizontalSplit(
Usual lShowSplit = default
)
Request Example
View SourceParameters
- lShowSplit (Optional)
- Type: Usual
TRUE enables (and shows) the splitbar; FALSE disables (and hides) it. The default is TRUE.
If this method is not called for a data browser, FALSE is the default.
Return Value
Type:
UsualSee Also