Unit 'MUIClass.Group' Package
[Overview][Classes][Index] [#MUIClass]

TMUIGroup.Horiz

Indicate whether the objects in this group shall be layouted horizontally or vertically.

Declaration

Source position: MUIClass.Group.pas line 52

published property TMUIGroup.Horiz : Boolean
  read FHoriz
  write SetHoriz
  default False;

Description

This is the easy way of telling your group how it has to look like. If you want two-dimensional groups, you have to use Columns or Rows.

Defaults to False.

Examples:

Group.Horiz := True;
Obj1.Parent := Group;
Obj2.Parent := Group;
Obj2.Parent := Group;

See also

Rows

  

Number of rows in a two dimensional group.

Columns

  

Indicate number of columns in a two dimensional group.


Documentation generated on: 2024-03-28