API:Data.DBXClient.TDBXClientParameterRow.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(DBXContext: TDBXContext; ReaderHandle: Integer;  DbxClientCommand: TDBXClientCommand; DbxStreamReader: TDbxJSonStreamReader; DbxStreamWriter: TDbxJSonStreamWriter; DbxRowBuffer: TDBXRowBuffer);

C++

__fastcall TDBXClientParameterRow(Data::Dbxcommon::TDBXContext* DBXContext, int ReaderHandle, TDBXClientCommand* DbxClientCommand, Data::Dbxstream::TDBXJSonStreamReader* DbxStreamReader, Data::Dbxstream::TDBXJSonStreamWriter* DbxStreamWriter, Data::Dbxstream::TDBXRowBuffer* DbxRowBuffer);

Properties

Type Visibility Source Unit Parent
constructor protected
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientParameterRow

Description


Inherently calls the upper class constructor.

Data.DBXClient.TDBXClientParameterRow.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