DEFINE SPLITBOX
Create a SplitBox control
  

Creates a SplitBox control.

SYNTAX

DEFINE SPLITBOX
[ OF<
ParentWindowName> ]
[ BOTTOM ]
[ HORIZONTAL ]

... Control / Window Definitions...

END SPLITBOX


PROPERTIES:

·   Parent(D)
Set the name as character identifier of the parent window
·   Bottom (D)
Set the SplitBox edge of the the bottom of the parent window
·   Horizontal (D)
Set the GripperBox horizontal of the parent window


Remarks

Controls / Windows defined as part of this container can be arranged by users, using a GripperBar located at control's left side.It can be used only with listbox, grid editbox, tree and 'SplitChild' windows. You must omit '@ <row>,<col>' in control definition.

EXAMPLE:

      See demo in :
                   
\Samples\Basic\Containers\SplitBox

See sample in Chapter:
More Organization II (SPLITBOX Control)