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