API:Data.DBXMetaDataReader.TDBXReservedWordsCursor.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const TypeNames: TDBXPlatformTypeNames; const Columns: TDBXValueTypeArray; const Keywords: TDBXStringArray);

C++

__fastcall TDBXReservedWordsCursor(TDBXPlatformTypeNames* const TypeNames, const Data::Dbxcommon::TDBXValueTypeArray Columns, const Data::Dbxplatform::TDBXStringArray Keywords);

Properties

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

Description

Inherently calls the upper class constructor.

Data.DBXMetaDataReader.TDBXReservedWordsCursor.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