TdxCustomLayoutLookAndFeelOptions Class
The base class for the objects that represent layout element options for different look & feel types.
Declaration
TdxCustomLayoutLookAndFeelOptions = class(
TdxCustomLayoutLookAndFeelPart
)
Remarks
Use the TdxCustomLayoutLookAndFeelOptions object as a base class when defining an object that represents item or group options used in all look & feel types (Standard, Office, and Web). Do not create instances of the TdxCustomLayoutLookAndFeel object.
The TdxCustomLayoutLookAndFeel object implements the minimum common functionality for item and group option objects used in all look & feel types (Standard, Office, and Web). It only contains the CaptionOptions property, which is common for all its descendants.
Inheritance
TObject
TPersistent
TdxCustomLayoutLookAndFeelPart
TdxCustomLayoutLookAndFeelOptions
See Also