Data.DBXCommonTable.TDBXReaderTable.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AReader: TDBXReader);

C++

__fastcall TDBXReaderTable(Data::Dbxcommon::TDBXReader* const AReader);

Properties

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

Description

Creates a TDBXReaderTable instance.

Create inherently calls the upper-class (TDBXTableRow) constructor to create a new TDBXReaderTable instance.

See Also