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.LoadFromRegistry(string) Method

Loads the style manager’s AutoText entries from a specified registry path.

#Declaration

Delphi
procedure LoadFromRegistry(const APath: string);

#Parameters

Name Type
APath string

#Remarks

Call this method to load the style manager’s AutoText entries that were previously saved via the SaveToRegistry method. The APath parameter specifies the source registry path.

To load the style manager’s settings from an INI file, call the LoadFromIniFile method.

Note

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

See Also