ITMSFNCPersistence.SaveSettingsToFile Method
Serializes the component's settings to the specified JSON file.
API unit family: TMSFNCPersistence
Declaring type: ITMSFNCPersistence
Syntax
procedure SaveSettingsToFile(AFileName: string; AAppearanceOnly: Boolean = False);
Parameters
| Name | Description |
|---|---|
AFileName |
Path of the output JSON file. |
AAppearanceOnly |
When True, only appearance-related properties are saved. |