Table of Contents

ITMSMCPPersistence.SaveSettingsToStream Method

Serializes the component's settings into the given stream as JSON.

API unit family: TMS.MCP.Persistence Declaring type: ITMSMCPPersistence

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.