Click or drag to resize

DataBrowser.EnableHorizontalSplit Method

X#
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
Request Example View Source

Parameters

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: Usual
See Also