Skip to main content

TdxPrintStyleManager.LoadFromRegistry(string) Method

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

Declaration

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