Table of Contents

TTMSFNCRESTClientRequestQueryParameters.AddParameter Method

Adds a query parameter with a key and value.

API unit family: TMSFNCRESTClient Declaring type: TTMSFNCRESTClientRequestQueryParameters

Syntax

function AddParameter(AKey: string; AValue: string; ATriggerChanged: Boolean = true): TTMSFNCRESTClientRequestQueryParameter;

Parameters

Name Description
AKey Query parameter name.
AValue Query parameter value.
ATriggerChanged When True, notifies the owner that the collection changed.

Returns

The newly created query parameter.