TLayoutControlItem Class

Represents type TLayoutControlItem.

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

The TLayoutControlItem type exposes the following members.

Show:
 NameDescription
AlignHorz

Represents property AlignHorz. (Inherited from TCustomLayoutItem.)

AlignVert

Represents property AlignVert. (Inherited from TCustomLayoutItem.)

Caption

Represents property Caption.

Control

Represents property Control.

Enabled

Represents property Enabled. (Inherited from TCustomLayoutItem.)

Height

Represents property Height. (Inherited from TCustomLayoutItem.)

Offsets

Represents property Offsets. (Inherited from TCustomLayoutItem.)

Padding

Represents property Padding. (Inherited from TCustomLayoutLabeledItem.)

Parent

Represents property Parent. (Inherited from TCustomLayoutItem.)

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.)

EndUpdate

Represents method EndUpdate. (Inherited from TCustomLayoutItem.)

GetAlignHorz

Represents method GetAlignHorz. (Inherited from TCustomLayoutItem.)

GetAlignVert

Represents method GetAlignVert. (Inherited from TCustomLayoutItem.)

GetCaption

Represents method GetCaption.

GetControl

Represents method GetControl.

GetEnabled

Represents method GetEnabled. (Inherited from TCustomLayoutItem.)

GetHeight

Represents method GetHeight. (Inherited from TCustomLayoutItem.)

GetOffsets

Represents method GetOffsets. (Inherited from TCustomLayoutItem.)

GetPadding

Represents method GetPadding. (Inherited from TCustomLayoutItem.)

GetParent

Represents method GetParent. (Inherited from TCustomLayoutItem.)

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.)

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