The MUI object of the First group object in the Window
Source position: MUIClass.Window.pas line 115
public property TMUIWindow.GroupObj : PObject_ |
MUIClass will automatically add a Groupobject into the window. If you assign the window as Parent to an object it will be added as child to this Group Object. The only Property you have influence is Horizontal which turns the Group object layout to vertical or horizontal
|
The objects in this first group shall be layouted horizontally or vertically. |