IGraphQLMap.GetValue Method
Returns the value at the specified index.
Remarks
The GraphQL map is ordered. This property returns the value stored at the specified index position.
Syntax
Unit: GraphQL.Types
function IGraphQLMap.GetValue(Index: Integer): TValue; virtual; abstract;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
Index | Integer |