TCustomLayoutItemCaption Class

Represents type TCustomLayoutItemCaption.

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

The TCustomLayoutItemCaption type exposes the following members.

Show:
 NameDescription
AlignHorz

Represents property AlignHorz.

AlignVert

Represents property AlignVert.

Glyph

Represents property Glyph.

Position

Represents property Position.

ShowAccelChar

Represents property ShowAccelChar.

Text

Represents property Text.

Visible

Represents property Visible.

VisibleElements

Represents property VisibleElements.

Top
Show:
 NameDescription
GetAlignHorz

Represents method GetAlignHorz.

GetAlignVert

Represents method GetAlignVert.

GetGlyph

Represents method GetGlyph.

GetPosition

Represents method GetPosition.

GetShowAccelChar

Represents method GetShowAccelChar.

GetText

Represents method GetText.

GetVisible

Represents method GetVisible.

GetVisibleElements

Represents method GetVisibleElements.

SetGlyph(TBitmap)

Represents method SetGlyph(TBitmap).

SetVisibleElements(TLayoutCaptionVisibleElements)

Represents method SetVisibleElements(TLayoutCaptionVisibleElements).

Top