Data.DBXCommonTable.TDBXStreamerRow.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: TDBXStreamerRow

Delphi

constructor Create(const AContext: TDBXContext);

C++

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

Description

Inherently calls the upper class constructor.

Create inherently calls the upper class (TDBXRow) constructor.

See Also