Table of Contents

TTMSFNCControl.LoadSettingsFromStream Method

Deserialises settings from a JSON stream and applies them to the control.

API unit family: TMSFNCCustomControl Declaring type: TTMSFNCControl Inherited from: TTMSFNCCustomControl

Syntax

procedure LoadSettingsFromStream(AStream: TStream); virtual;

Parameters

Name Description
AStream The source stream containing previously saved JSON settings.