ITMSFNCPersistence.SaveSettingsToStream Method
Serializes the component's settings into the given stream as JSON.
API unit family: TMSFNCPersistence
Declaring type: ITMSFNCPersistence
Syntax
procedure SaveSettingsToStream(AStream: TStream; AAppearanceOnly: Boolean = False);
Parameters
| Name | Description |
|---|---|
AStream |
Target stream that receives the JSON data. |
AAppearanceOnly |
When True, only appearance-related properties are saved. |