System.JSON.Writers.TJsonTextWriter.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const TextWriter: TTextWriter);

C++

__fastcall TJsonTextWriter(System::Classes::TTextWriter* const TextWriter);

Properties

Type Visibility Source Unit Parent
constructor public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonTextWriter

Description

Creates an instance of TJsonTextWriter.

Parameters:

  • TTextWriter: TTextWriter object where the JSON data is written.

See Also