TdxCustomLayoutItemStorableCaptionOptions Class
The base class for all classes that implement persistent layout caption settings.
Declaration
TdxCustomLayoutItemStorableCaptionOptions = class(
TdxCustomLayoutItemCaptionOptions
)
Remarks
This class does not introduce any new public members. The following layout control methods can:
Save layout caption settings stored in a TdxCustomLayoutItemStorableCaptionOptions descendant object (SaveToIniFile, SaveToRegistry, and SaveToStream).
Restore previously saved layout caption settings (LoadFromIniFile, LoadFromRegistry, and LoadFromStream).
Refer to the TdxCustomLayoutItemStorableCaptionOptions
class description for detailed information on core caption settings of layout elements.
Do not use the TdxCustomLayoutItemStorableCaptionOptions class directly. Use its descendants instead.
Inheritance
TObject
TPersistent
TInterfacedPersistent
TdxCustomLayoutItemOptions
TdxCustomLayoutItemCaptionOptions
TdxCustomLayoutItemStorableCaptionOptions
See Also