TdxLayoutNonLabeledItemCaptionOptions Class
In This Article
Contains caption settings for non-label auxiliary layout items (TdxLayoutEmptySpaceItem and TdxLayoutSplitterItem).
#Declaration
Delphi
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.
#Inheritance
TObject
TPersistent
TInterfacedPersistent
TdxCustomLayoutItemOptions
TdxCustomLayoutItemCaptionOptions
TdxLayoutNonLabeledItemCaptionOptions
See Also