TLayoutItemCaption Class

Represents type TLayoutItemCaption.

Namespace: System.UI.Layout
type
 TLayoutItemCaption = class(TLayoutLabeledItemCustomCaption)
 end;

The TLayoutItemCaption type exposes the following members.

Show:
 NameDescription
AlignHorz

Represents property AlignHorz. (Inherited from TCustomLayoutItemCaption.)

AlignVert

Represents property AlignVert. (Inherited from TCustomLayoutItemCaption.)

Cursor

Represents property Cursor.

Glyph

Represents property Glyph.

Position

Represents property Position.

ShowAccelChar

Represents property ShowAccelChar.

Text

Represents property Text. (Inherited from TCustomLayoutItemCaption.)

Visible

Represents property Visible. (Inherited from TCustomLayoutItemCaption.)

VisibleElements

Represents property VisibleElements.

Width

Represents property Width.

WordWrap

Represents property WordWrap.

Top
Show:
 NameDescription
GetAlignHorz

Represents method GetAlignHorz. (Inherited from TCustomLayoutItemCaption.)

GetAlignVert

Represents method GetAlignVert. (Inherited from TCustomLayoutItemCaption.)

GetCursor

Represents method GetCursor. (Inherited from TLayoutLabeledItemCustomCaption.)

GetGlyph

Represents method GetGlyph. (Inherited from TCustomLayoutItemCaption.)

GetPosition

Represents method GetPosition. (Inherited from TCustomLayoutItemCaption.)

GetShowAccelChar

Represents method GetShowAccelChar. (Inherited from TCustomLayoutItemCaption.)

GetText

Represents method GetText. (Inherited from TCustomLayoutItemCaption.)

GetVisible

Represents method GetVisible. (Inherited from TCustomLayoutItemCaption.)

GetVisibleElements

Represents method GetVisibleElements. (Inherited from TCustomLayoutItemCaption.)

GetWidth

Represents method GetWidth. (Inherited from TLayoutLabeledItemCustomCaption.)

GetWordWrap

Represents method GetWordWrap. (Inherited from TLayoutLabeledItemCustomCaption.)

SetCursor(TCursor)

Represents method SetCursor(TCursor). (Inherited from TLayoutLabeledItemCustomCaption.)

SetGlyph(TBitmap)

Represents method SetGlyph(TBitmap). (Inherited from TCustomLayoutItemCaption.)

SetVisibleElements(TLayoutCaptionVisibleElements)

Represents method SetVisibleElements(TLayoutCaptionVisibleElements). (Inherited from TCustomLayoutItemCaption.)

SetWidth(Integer)

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

SetWordWrap(Boolean)

Represents method SetWordWrap(Boolean). (Inherited from TLayoutLabeledItemCustomCaption.)

Top