Data.DBXDBReaders.TDBXTableStorage.Create
Delphi
constructor Create; overload;
constructor Create(const AOwnsValues: Boolean); overload;
C++
__fastcall TDBXTableStorage()/* overload */;
__fastcall TDBXTableStorage(const bool AOwnsValues)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | Data.DBXDBReaders.pas Data.DBXDBReaders.hpp |
Data.DBXDBReaders | TDBXTableStorage |
Description
Inherently calls the upper class constructor.
Data.DBXDBReaders.TDBXTableStorage.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.