System.JSON.Readers.TJsonObjectReader.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const ARoot: TJSONAncestor);

C++

__fastcall TJsonObjectReader(System::Json::TJSONAncestor* const ARoot);

Properties

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

Description

Creates an instance of TJsonReader.

System.JSON.Readers.TJsonObjectReader.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