Data.DBXStreamPlatform.TDBXJSonRow.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create( DBXContext: TDBXContext;  DbxStreamReader: TDbxJSonStreamReader; DbxStreamWriter: TDbxJSonStreamWriter; DbxRowBuffer: TDBXRowBuffer; AOwnsRow: Boolean);

C++

__fastcall TDBXJSonRow(Data::Dbxcommon::TDBXContext* DBXContext, Data::Dbxstream::TDBXJSonStreamReader* DbxStreamReader, Data::Dbxstream::TDBXJSonStreamWriter* DbxStreamWriter, Data::Dbxstream::TDBXRowBuffer* DbxRowBuffer, bool AOwnsRow);

Properties

Type Visibility Source Unit Parent
constructor public
Data.DBXStreamPlatform.pas
Data.DBXStreamPlatform.hpp
Data.DBXStreamPlatform TDBXJSonRow

Description

Inherently calls the upper class constructor.

Data.DBXStreamPlatform.TDBXJSonRow.Create inherits from Data.DBXCommonTable.TDBXStreamerRow.Create. All content below this line refers to Data.DBXCommonTable.TDBXStreamerRow.Create.

Inherently calls the upper class constructor.

Create inherently calls the upper class (TDBXRow) constructor.

See Also