vcl-dxlayoutcontainer-e299730e.md
The base class for all classes that implement persistent layout caption settings.
TdxCustomLayoutItemStorableCaptionOptions = class(
TdxCustomLayoutItemCaptionOptions
)
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.
TObject TPersistent TInterfacedPersistent TdxCustomLayoutItemOptions TdxCustomLayoutItemCaptionOptions TdxCustomLayoutItemStorableCaptionOptions
See Also
TdxLayoutLabeledItemCustomCaptionOptions