Skip to main content

TBasedxReportLink.SaveToRegistry(string) Method

Saves the report link’s format settings and start page to the registry.

Declaration

procedure SaveToRegistry(const APath: string);

Parameters

Name Type
APath string

Remarks

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

See Also