Data.DBXCommonTable.TDBXStreamerRow.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AContext: TDBXContext);

C++

__fastcall TDBXStreamerRow(Data::Dbxcommon::TDBXContext* const AContext);

Properties

Type Visibility Source Unit Parent
constructor public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXStreamerRow

Description

Inherently calls the upper class constructor.

Create inherently calls the upper class (TDBXRow) constructor.

See Also