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

TdxPrintStyleManager.SaveToRegistry(string) Method

Saves the style manager’s AutoText entries to a specified registry path.

#Declaration

Delphi
procedure SaveToRegistry(const APath: string);

#Parameters

Name Type
APath string

#Remarks

Call this method to store the style manager’s AutoText entries to the registry path specified by the APath parameter. Entries that are stored using this method can be restored via the LoadFromRegistry method call.

To save these entries to an INI file, call the SaveToIniFile method.

Note

You can store all the style manager’s settings, including AutoText entries, via the SaveToFile or SaveToStream method call, or allow the style manager to automatically store these settings by enabling its AutoSave option.

See Also