API:Data.DBXDBReaders.TDBXMemoryTable.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

constructor Create;

C++

__fastcall TDBXMemoryTable();

Description

Inherently calls the upper class constructor.

Data.DBXDBReaders.TDBXMemoryTable.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