Data.DBXCommonTable.TDBXTable.Storage

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also