API:System.JSON.Readers.TJsonTextReader.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const Reader: TTextReader);

C++

__fastcall TJsonTextReader(System::Classes::TTextReader* const Reader);

Properties

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

Description

Creates an instance of TJsonReader.

System.JSON.Readers.TJsonTextReader.Create inherits from System.JSON.Readers.TJsonReader.Create. All content below this line refers to System.JSON.Readers.TJsonReader.Create.

Creates an instance of TJsonReader.

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

See Also