System.JSON.Writers.TJsonWriter.WriteState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WriteState: TJsonWriteState read GetWriteState;

C++

__property TJsonWriteState WriteState = {read=GetWriteState, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonWriter

Description

Gets the state of the writer.

See Also