Skip to main content

TBasedxReportLink.LoadFromRegistry(string) Method

Loads the report link’s format settings and start page from the registry.

Declaration

procedure LoadFromRegistry(const APath: string);

Parameters

Name Type
APath string

Remarks

Call the LoadFromRegistry method to obtain report link settings from the registry path specified by the ARegistryPath parameter. Remember to save appropriate data to the registry beforehand using the SaveToRegistry method. By default, only the report link’s format settings and start page are loaded. You can override the LoadFromIniFile method (which is called internally by the LoadFromRegistry method) in TBasedxReportLink descendants, to load any additional data.

See Also