System.JSON.Readers.TJsonReader.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create;

C++

__fastcall TJsonReader(void);

Properties

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

Description

Creates an instance of TJsonReader.

Create sets values by default for some properties of the TJsonReader:

See Also