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