Table of Contents

TTMSMCPReader.ReadArray Method

Deserializes a named JSON array into an array of objects.

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

Syntax

function ReadArray(AName: string): TTMSMCPObjectArray; overload;

Parameters

Name Description
AName The JSON key name of the array to read.

Returns

An array of deserialized object instances.