TLayoutGroupCaption Class

Represents type TLayoutGroupCaption.

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

The TLayoutGroupCaption type exposes the following members.

Show:
 NameDescription
AlignHorz

Represents property AlignHorz. (Inherited from TCustomLayoutItemCaption.)

AlignVert

Represents property AlignVert. (Inherited from TCustomLayoutItemCaption.)

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.

Top
Show:
 NameDescription
GetAlignHorz

Represents method GetAlignHorz. (Inherited from TCustomLayoutItemCaption.)

GetAlignVert

Represents method GetAlignVert. (Inherited from TCustomLayoutItemCaption.)

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

SetGlyph(TBitmap)

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

SetVisibleElements(TLayoutCaptionVisibleElements)

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

Top