TTMSFNCControl.SaveSettingsToFile Method
Serialises all (or only appearance) settings to a file in JSON format.
API unit family: TMSFNCCustomControl
Declaring type: TTMSFNCControl
Inherited from: TTMSFNCCustomControl
Syntax
procedure SaveSettingsToFile(AFileName: string; AAppearanceOnly: Boolean = False); virtual;
Parameters
| Name | Description |
|---|---|
AFileName |
Path of the file to write. |
AAppearanceOnly |
When True only appearance properties are saved; default is False (all settings). |