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