TTMSFNCResponsiveList.SaveSettingsToStream Method
Saves the current configuration to a stream.
API unit family: TMSFNCResponsiveList
Declaring type: TTMSFNCResponsiveList
Syntax
procedure SaveSettingsToStream(AStream: TStream; AAppearanceOnly: Boolean = False); override;
Parameters
| Name | Description |
|---|---|
AStream |
Destination stream that receives the configuration data. |
AAppearanceOnly |
When True, restricts the saved data to appearance settings only. |