Data.DBXCommonTable.TDBXTable.Storage

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Storage: TObject read GetStorage;

C++

__property System::TObject* Storage = {read=GetStorage};

プロパティ

種類 可視性 ソース ユニット
property public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXTable

説明

基盤とするストレージ オブジェクト。

Storage は、基盤とする TDBXTable のストレージ オブジェクトを表します。

関連項目