vcl-dxlayoutcontainer-7d055940.md
The base class for all classes that store caption settings for layout items and groups.
TdxCustomLayoutItemCaptionOptions = class(
TdxCustomLayoutItemOptions,
IdxFormattedTextOwner
)
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.
TObject TPersistent TInterfacedPersistent TdxCustomLayoutItemOptions TdxCustomLayoutItemCaptionOptions
See Also
TdxCustomLayoutItemStorableCaptionOptions
TdxLayoutNonLabeledItemCaptionOptions
TdxLayoutLabeledItemCustomCaptionOptions