Table of Contents

TTMSFNCUtils.GetJSONProp Method

Returns the string value of a JSON object property.

API unit family: TMSFNCUtils Declaring type: TTMSFNCUtils

Syntax

class function GetJSONProp(AJSONValue: TJSONValue; APropertyName: string): string;

Parameters

Name Description
AJSONValue JSON object to inspect.
APropertyName Property name to read.

Returns

Property value, or an empty string when the property is missing or null.