TLayoutLabeledItemCustomCaption Class

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

The TLayoutLabeledItemCustomCaption 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. (Inherited from TCustomLayoutItemCaption.)

ShowAccelChar

Represents property ShowAccelChar. (Inherited from TCustomLayoutItemCaption.)

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.

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.

GetWordWrap

Represents method GetWordWrap.

SetCursor(TCursor)

Represents method SetCursor(TCursor).

SetGlyph(TBitmap)

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

SetVisibleElements(TLayoutCaptionVisibleElements)

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

SetWidth(Integer)

Represents method SetWidth(Integer).

SetWordWrap(Boolean)

Represents method SetWordWrap(Boolean).

Top

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