FireDAC.Comp.Script.TFDScriptCommandRegistry.AddCommand

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

Delphi

procedure AddCommand(ACommand: TFDScriptCommandClass);

C++

void __fastcall AddCommand(TFDScriptCommandClass ACommand);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScriptCommandRegistry

説明

新しいコマンド クラスを登録します。


AddCommand メソッドを使用して、新しいスクリプト コマンド クラスを登録することができます。

関連項目