FireDAC.Comp.Script.TFDScriptCommandRegistry.LookupCommand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScriptCommandRegistry

Description

Finds a command class by the command name.

The LookupCommand method is used by the TFDScript to find the registered command class by its keyword.

See Also