System.JSON.Readers.TJsonReader.SetStateBasedOnCurrent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetStateBasedOnCurrent;

C++

void __fastcall SetStateBasedOnCurrent(void);

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