TSchemaEnumType.Contains Method
Returns true if the specified value is a valid enum value.
Syntax
Unit: GraphQL.Schema
function TSchemaEnumType.Contains(const AValue: string): Boolean; virtual;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | AValue | string | The enum value name to be verified as belonging to the enum type. |