TdxCustomLayoutItemCaptionOptions Class
Declaration
TdxCustomLayoutItemCaptionOptions = class(
TdxCustomLayoutItemOptions,
IdxFormattedTextOwner
)
Remarks
This class has the following members that allow you to:
Specify the caption of a layout element (Text).
Add an image to the layout element caption (Glyph and ImageIndex).
Assign a hint for the caption (Hint).
Specify horizontal and vertical caption text alignment (AlignHorz and AlignVert).
Truncate long captions and switch between ellipsis positions (EllipsisPosition).
Switch between available caption area positions (Layout).
Specify if a defined accelerator character is enabled (ShowAccelChar).
Hide a layout element (Visible).
Hide or display specific caption elements (VisibleElements).
A layout element’s CaptionOptions property references a TdxCustomLayoutItemCaptionOptions object.
Inheritance
TObject
TPersistent
TInterfacedPersistent
TdxCustomLayoutItemOptions
TdxCustomLayoutItemCaptionOptions
See Also