Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxLayoutContainer.StoreToRegistry(string,Boolean,string) Method

Saves the layout information to the registry.

#Declaration

Delphi
procedure StoreToRegistry(const AStorageName: string; AReCreate: Boolean = True; const ASaveName: string = '');

#Parameters

Name Type
AStorageName string
AReCreate Boolean
ASaveName string

#Remarks

AStorageName specifies the registry key.

ARecreate specifies whether the registry key is deleted and created again with each call to this method. If ARecreate is False, information is appended to the existing registry key.

ASaveName specifies the registry key.

To restore the layout from the registry, use the RestoreFromRegistry method.

See Also