DEFINE SPLITBOX
  

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.