Data.DBXClient.TDBXClientConnection.DerivedGetCommands

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

Delphi

procedure DerivedGetCommands(const CommandType: string; const List: TStrings); override;

C++

virtual void __fastcall DerivedGetCommands(const System::UnicodeString CommandType, System::Classes::TStrings* const List);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientConnection


説明

与えられたコマンド タイプの既知のコマンドのリストを取得します。

DerivedGetCommands は、GetCommands によって呼び出され、CommandType パラメータによって与えられたコマンド タイプの既知のコマンドのリストを、List へと取得します。

TDBXConnection から派生したクラスは、皆これを実装しなければなりません。


関連項目