Table of Contents

TTMSFNCPersistence.LoadSettingsFromStream Method

Populates the given object from a JSON stream.

API unit family: TMSFNCPersistence Declaring type: TTMSFNCPersistence

Syntax

class procedure LoadSettingsFromStream(AObject: TObject; AStream: TStream);

Parameters

Name Description
AObject The object to populate.
AStream The source stream containing the JSON input.