Search Results for

    Show / Hide Table of Contents

    TSchemaEnumType.AddValue Method

    Adds a new enum value to this type.

    Syntax

    Unit: GraphQL.Schema

    procedure TSchemaEnumType.AddValue(Value: TSchemaEnumValue);

    Parameters

    <-> Parameter Type Description
    Value TSchemaEnumValue The enum value to be added. It will be destroyed when the type is destroyed.

    See also

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