TdxCustomLayoutCheckableItemCaptionOptions Class
In This Article
The base class that implements a checkable item‘s caption options.
#Declaration
Delphi
TdxCustomLayoutCheckableItemCaptionOptions = class(
TdxLayoutLabeledItemCaptionOptions
)
#Remarks
This class does not introduce any new functionality, it just publishes properties from its ancestor classes and initializes the Layout property to clRight to underpin the item caption’s appearance and behavior.
#Inheritance
See Also