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


説明

指定されたコマンド タイプに対して、分かっているコマンドのリストを取得します。

DerivedGetCommandsGetCommands によって呼び出されて、CommandType パラメータによって渡されたコマンド タイプに対して、わかっているコマンドのリストを、List に取得します。

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


関連項目