FireDAC.Comp.Script.TFDScriptCommandRegistry.LookupCommand

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

Delphi

function LookupCommand(const AStr: String;  out ACommand: TFDScriptCommandClass): TFDScriptCommandLookupRes;

C++

TFDScriptCommandLookupRes __fastcall LookupCommand(const System::UnicodeString AStr, /* out */ TFDScriptCommandClass &ACommand);

プロパティ

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

説明

コマンド クラスをコマンド名で検索します。


LookupCommand メソッドは、登録されているコマンド クラスをキーワードで検索するために、TFDScript によって使われます。

関連項目