System.JSON.Readers.TJsonReader.CurrentState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CurrentState: TState read FCurrentState;

C++

__property TState CurrentState = {read=FCurrentState, nodefault};

Properties

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

Description

State of the reader.

See Also