Data.DBXCommonTable.TDBXTable.Storage

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also