Skip to main content

TdxLayoutLookAndFeelCaptionOptions Class

The base class for the objects that represent caption options for layout elements used in different look & feel types.

Declaration

TdxLayoutLookAndFeelCaptionOptions = class(
    TPersistent
)

Remarks

The TdxLayoutLookAndFeelCaptionOptions object is used as a base class for group or item caption objects of all look & feel types (Standard, Office, and Web). The TdxCustomLayoutItemCaptionOptions object implements the base functionality for all caption option objects. It contains many methods and properties that are inherited by its direct descendants: TdxLayoutStandardLookAndFeelItemCaptionOptions, TdxLayoutStandardLookAndFeelGroupCaptionOptions, TdxLayoutWebLookAndFeelItemCaptionOptions, and TdxLayoutWebLookAndFeelGroupCaptionOptions.

Inheritance

TObject
TPersistent
TdxLayoutLookAndFeelCaptionOptions
See Also