TLayoutGroup Class

Represents type TLayoutGroup.

Namespace: System.UI.Layout
TObject
  System.UI.Layout.TCustomLayoutItem
    System.UI.Layout.TLayoutGroup
type
 TLayoutGroup = class(TCustomLayoutItem)
 end;

The TLayoutGroup type exposes the following members.

Show:
 NameDescription
AlignHorz

Represents property AlignHorz. (Inherited from TCustomLayoutItem.)

AlignVert

Represents property AlignVert. (Inherited from TCustomLayoutItem.)

AllowWrapItems

Represents property AllowWrapItems.

Caption

Represents property Caption.

Enabled

Represents property Enabled. (Inherited from TCustomLayoutItem.)

Expanded

Represents property Expanded.

Height

Represents property Height. (Inherited from TCustomLayoutItem.)

Hidden

Represents property Hidden.

Indent

Represents property Indent.

Items

Represents property Items.

LayoutDirection

Represents property LayoutDirection.

Offsets

Represents property Offsets. (Inherited from TCustomLayoutItem.)

Padding

Represents property Padding.

Parent

Represents property Parent. (Inherited from TCustomLayoutItem.)

ScrollOptions

Represents property ScrollOptions.

ShowBorder

Represents property ShowBorder.

Style

Represents property Style. (Inherited from TCustomLayoutItem.)

Visible

Represents property Visible. (Inherited from TCustomLayoutItem.)

Width

Represents property Width. (Inherited from TCustomLayoutItem.)

Top
Show:
 NameDescription
BeginUpdate

Represents method BeginUpdate. (Inherited from TCustomLayoutItem.)

CreateEmptySpaceItem

Represents method CreateEmptySpaceItem.

CreateGroup

Represents method CreateGroup.

CreateItem(TControl)

Represents method CreateItem(TControl).

CreateLabelItem

Represents method CreateLabelItem.

CreateSeparatorItem

Represents method CreateSeparatorItem.

CreateSplitterItem

Represents method CreateSplitterItem.

EndUpdate

Represents method EndUpdate. (Inherited from TCustomLayoutItem.)

GetAlignHorz

Represents method GetAlignHorz. (Inherited from TCustomLayoutItem.)

GetAlignVert

Represents method GetAlignVert. (Inherited from TCustomLayoutItem.)

GetAllowWrapItems

Represents method GetAllowWrapItems.

GetCaption

Represents method GetCaption.

GetEnabled

Represents method GetEnabled. (Inherited from TCustomLayoutItem.)

GetExpanded

Represents method GetExpanded.

GetHeight

Represents method GetHeight. (Inherited from TCustomLayoutItem.)

GetHidden

Represents method GetHidden.

GetIndent

Represents method GetIndent.

GetItems

Represents method GetItems.

GetLayoutDirection

Represents method GetLayoutDirection.

GetOffsets

Represents method GetOffsets. (Inherited from TCustomLayoutItem.)

GetPadding

Represents method GetPadding. (Inherited from TCustomLayoutItem.)

GetParent

Represents method GetParent. (Inherited from TCustomLayoutItem.)

GetScrollOptions

Represents method GetScrollOptions.

GetShowBorder

Represents method GetShowBorder.

GetStyle

Represents method GetStyle. (Inherited from TCustomLayoutItem.)

GetVisible

Represents method GetVisible. (Inherited from TCustomLayoutItem.)

GetWidth

Represents method GetWidth. (Inherited from TCustomLayoutItem.)

MakeVisible

Represents method MakeVisible. (Inherited from TCustomLayoutItem.)

SetAlignHorz(TLayoutAlignHorz)

Represents method SetAlignHorz(TLayoutAlignHorz). (Inherited from TCustomLayoutItem.)

SetAlignVert(TLayoutAlignVert)

Represents method SetAlignVert(TLayoutAlignVert). (Inherited from TCustomLayoutItem.)

SetAllowWrapItems(Boolean)

Represents method SetAllowWrapItems(Boolean).

SetEnabled(Boolean)

Represents method SetEnabled(Boolean). (Inherited from TCustomLayoutItem.)

SetHeight(Integer)

Represents method SetHeight(Integer). (Inherited from TCustomLayoutItem.)

SetParent(TLayoutGroup)

Represents method SetParent(TLayoutGroup). (Inherited from TCustomLayoutItem.)

SetVisible(Boolean)

Represents method SetVisible(Boolean). (Inherited from TCustomLayoutItem.)

SetWidth(Integer)

Represents method SetWidth(Integer). (Inherited from TCustomLayoutItem.)

Top