Data.DBXClient.TDBXClientConnection.DerivedGetCommandTypes

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

Delphi

procedure DerivedGetCommandTypes(const List: TStrings); override;

C++

virtual void __fastcall DerivedGetCommandTypes(System::Classes::TStrings* const List);

プロパティ

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


説明

文字列リストをコマンド タイプで設定します。

DerivedGetCommandTypes は、GetCommandTypes によって呼び出され、文字列リスト List をコマンド タイプで設定します。

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

関連項目