TCustomLayoutItem Class

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

The TCustomLayoutItem type exposes the following members.

Show:
 NameDescription
AlignHorz

Represents property AlignHorz.

AlignVert

Represents property AlignVert.

Caption

Represents property Caption.

Enabled

Represents property Enabled.

Height

Represents property Height.

Offsets

Represents property Offsets.

Padding

Represents property Padding.

Parent

Represents property Parent.

Style

Represents property Style.

Visible

Represents property Visible.

Width

Represents property Width.

Top
Show:
 NameDescription
BeginUpdate

Represents method BeginUpdate.

EndUpdate

Represents method EndUpdate.

GetAlignHorz

Represents method GetAlignHorz.

GetAlignVert

Represents method GetAlignVert.

GetCaption

Represents method GetCaption.

GetEnabled

Represents method GetEnabled.

GetHeight

Represents method GetHeight.

GetOffsets

Represents method GetOffsets.

GetPadding

Represents method GetPadding.

GetParent

Represents method GetParent.

GetStyle

Represents method GetStyle.

GetVisible

Represents method GetVisible.

GetWidth

Represents method GetWidth.

MakeVisible

Represents method MakeVisible.

SetAlignHorz(TLayoutAlignHorz)

Represents method SetAlignHorz(TLayoutAlignHorz).

SetAlignVert(TLayoutAlignVert)

Represents method SetAlignVert(TLayoutAlignVert).

SetEnabled(Boolean)

Represents method SetEnabled(Boolean).

SetHeight(Integer)

Represents method SetHeight(Integer).

SetParent(TLayoutGroup)

Represents method SetParent(TLayoutGroup).

SetVisible(Boolean)

Represents method SetVisible(Boolean).

SetWidth(Integer)

Represents method SetWidth(Integer).

Top

TCustomLayoutItem is an abstract base class and can not be instantiated directly.