FireDAC.Comp.Script.TFDScriptCommandRegistry.LookupCommand

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScriptCommandRegistry


Beschreibung

Sucht nach einer Anweisungsklasse anhand ihres Namens.

TFDScript sucht mit der Methode LookupCommand nach einer registrierten Anweisungsklasse anhand ihres Schlüsselwortes.

Siehe auch