System.JSON.Writers.TJsonWriter.FCurrentState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FCurrentState: TState;

C++

TState FCurrentState;

Properties

Type Visibility Source Unit Parent
field protected
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonWriter

Description

Stores the current state of the writer.

See Also