Data.DBXCommonTable.TDBXTable.Storage
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
| Unit: Data.DBXCommonTable | |
| Parent: TDBXTable | |
Delphi
property Storage: TObject read GetStorage;
C++
__property System::TObject* Storage = {read=GetStorage};
Description
The underlying storage object.
Storage represents the underlying storage object of a TDBXTable.