System.JSON.Readers.JSONGetEnumName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function JSONGetEnumName(Value: TJsonToken): string; overload;
function JSONGetEnumName(Value: TJsonContainerType): string; overload;
function JSONGetEnumName(Value: TJsonReader.TState): string; overload;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall JSONGetEnumName(System::Json::Types::TJsonToken Value)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers System.JSON.Readers

Description

Embarcadero Technologies does not currently have any additional information.