Open main menu

RAD Studio API Documentation β

System.JSON.Readers.TJsonReader.SetStateBasedOnCurrent

Delphi

procedure SetStateBasedOnCurrent;

C++

void __fastcall SetStateBasedOnCurrent();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers TJsonReader

Description

Sets the current state of the reader based on the type of the current JSON token.

Based on TJsonContainerType, the possible State values are:

See Also