System.JSON.Writers.TJsonWriter.WriteState

From RAD Studio API Documentation
Revision as of 09:31, 13 November 2015 by Mariac (talk | contribs) (66774)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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