Data.DBXCommonTable.TDBXTable.GetStorage

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

Delphi

function GetStorage: TObject; virtual;

C++

virtual System::TObject* __fastcall GetStorage();

プロパティ

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

説明

テーブル上で実行するコマンドを返します。

GetStorage は、Storage プロパティの取得メソッドです。 デフォルトでは、GetStorage は Delphi の場合には nil を、C++ の場合には NULL を返します。このため、TDBXTable の子孫はみな、これを実装しなければなりません。

関連項目