Skip to main content

TdxLayoutNonLabeledItemCaptionOptions Class

Contains caption settings for non-label auxiliary layout items (TdxLayoutEmptySpaceItem and TdxLayoutSplitterItem).

Declaration

TdxLayoutNonLabeledItemCaptionOptions = class(
    TdxCustomLayoutItemCaptionOptions
)

Remarks

Captions specified via the Text property are only used within the Customization Form.

A TdxLayoutNonLabeledItemCaptionOptions object is referenced by the non-label layout item’s CaptionOptions property.

See Also