IGraphQLMap.GetItem Method
Gets the value associated with the specified key.
Remarks
Behavior is different from regular dictionary: if the Key does not exist, an empty value is returned, and no exception is raised.
Syntax
Unit: GraphQL.Types
function IGraphQLMap.GetItem(const Key: string): TValue; virtual; abstract;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | Key | string |