Back to Devexpress

TdxCustomLayoutControl.LoadFromRegistry(string) Method

vcl-dxlayoutcontrol-dot-tdxcustomlayoutcontrol-dot-loadfromregistry-x28-system-dot-string-x29.md

latest1.6 KB
Original Source

TdxCustomLayoutControl.LoadFromRegistry(string) Method

Loads a previously saved Layout control state from the system registry.

Declaration

delphi
procedure LoadFromRegistry(const ARegistryPath: string);

Parameters

NameTypeDescription
ARegistryPathstring

The source system registry path.

|

Remarks

Call the LoadFromRegistry procedure to load a previously saved Layout control state from the system registry.

To restore a Layout control state from an external source defined in the OptionsStoring property, call the Restore procedure.

See Also

TdxCustomLayoutControl.LoadFromIniFile Procedure

TdxCustomLayoutControl.LoadFromStream Procedure

TdxCustomLayoutControl.SaveToIniFile Procedure

TdxCustomLayoutControl.SaveToRegistry Procedure

TdxCustomLayoutControl.SaveToStream Procedure

TdxCustomLayoutControl Class

TdxCustomLayoutControl Members

dxLayoutControl Unit