Data.DBXCommonTable.TDBXReaderTable.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: TDBXReaderTable

Delphi

constructor Create(const AReader: TDBXReader);

C++

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

Description

Creates a TDBXReaderTable instance.

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

See Also