TTMSFNCControl.SaveSettingsToStream Method
Serialises all (or only appearance) settings to a stream in JSON format.
API unit family: TMSFNCCustomControl
Declaring type: TTMSFNCControl
Inherited from: TTMSFNCCustomControl
Syntax
procedure SaveSettingsToStream(AStream: TStream; AAppearanceOnly: Boolean = False); virtual;
Parameters
| Name | Description |
|---|---|
AStream |
The target stream. |
AAppearanceOnly |
When True only appearance properties are saved; default is False. |