
 |
Split Window Mode
There is a new window mode called SplitWindow mode. To set
it set the MDIMode property of the Superbase object to -2.
It then behaves similarly to MDI windows, except that all
panes are visible and no windows overlap. Combining this mode
together with the MaxWidth and MinWidth or MaxHeight and MinHeight
properties of the windows can provide an array of powerful
tools for program design.
|