Data.DBXMetaDataReader.TDBXEmptyTableCursor.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const MetaDataCollectionName: string; const Columns: TDBXValueTypeArray);

C++

__fastcall TDBXEmptyTableCursor(const System::UnicodeString MetaDataCollectionName, const Data::Dbxcommon::TDBXValueTypeArray Columns);

Properties

Type Visibility Source Unit Parent
constructor public
Data.DBXMetaDataReader.pas
Data.DBXMetaDataReader.hpp
Data.DBXMetaDataReader TDBXEmptyTableCursor

Description

Inherently calls the upper class constructor.

Data.DBXMetaDataReader.TDBXEmptyTableCursor.Create inherits from Data.DBXCommonTable.TDBXTable.Create. All content below this line refers to Data.DBXCommonTable.TDBXTable.Create.

Inherently calls the upper class constructor.


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

See Also