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 TJsonTextReader that reads data from the specified stream reader.

See Also