Table of Contents

TTMSMCPCustomComponent.SaveSettingsToStream Method

Saves the component's published settings to a stream.

API unit family: TMS.MCP.CustomComponent Declaring type: TTMSMCPCustomComponent

Syntax

procedure SaveSettingsToStream(AStream: TStream; AAppearanceOnly: Boolean = False); virtual;

Parameters

Name Description
AStream Target stream to write to.
AAppearanceOnly When True, only appearance-related properties are saved.