Click or drag to resize

SplitWindow Constructor

X#
Construct a SplitWindow object.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oOwner,
	lHorizontalDrag,
	lVerticalDrag,
	kAlignment
) CLIPPER
Request Example View Source

Parameters

oOwner (Optional)
Type: Usual
The window that owns the split window.
lHorizontalDrag (Optional)
Type: Usual
A logical value that is TRUE if horizontal split bars can be dragged. If omitted, the default is FALSE, which indicates that horizontal split bar dragging is disabled.
lVerticalDrag (Optional)
Type: Usual
A logical value that is TRUE if vertical split bars can be dragged. If omitted, the default is FALSE, which indicates that vertical split bar dragging is disabled.
kAlignment (Optional)
Type: Usual
One of the following constants specifying how to align split bars in the split window:
Remarks
ConstantDescription
SPLIT_HORZALIGN Split bars are horizontally aligned
SPLIT_VERTALIGN Split bars are vertically aligned
If omitted, the default alignment is vertical (SPLIT_VERTALIGN). Split bars can be aligned either horizontally or vertically, but not both.
See Also