Search Results for

    Show / Hide Table of Contents

    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.

    See also

    • TSchemaEnumType
    In This Article
    Back to top GraphQL for Delphi v1.4
    © 2021 - 2024 tmssoftware.com