Table of Contents

TTMSMCPPersistence.LoadSettingsFromFile Method

Populates the given object from a JSON file.

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

Syntax

class procedure LoadSettingsFromFile(AObject: TObject; AFileName: string);

Parameters

Name Description
AObject The object to populate.
AFileName The path of the JSON file to read.