Data.DBXClient.TDBXClientConnection.DerivedGetCommands
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 から派生したクラスは、皆これを実装しなければなりません。