Data.DBXCommonTable.TDBXTable.GetStorage
Delphi
function GetStorage: TObject; virtual;
C++
virtual System::TObject* __fastcall GetStorage(void);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | Data.DBXCommonTable.pas Data.DBXCommonTable.hpp | Data.DBXCommonTable | TDBXTable | 
Description
Returns the command to execute on the table.
GetStorage is the getter method for the Storage property. By default, GetStorage returns nil for Delphi and NULL for C++, so every descendant of TDBXTable must implement it.