FireDAC.Comp.Script.TFDScriptCommandRegistry.AddCommand
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp
| |
| Unit: FireDAC.Comp.Script | |
| Parent: TFDScriptCommandRegistry | |
Delphi
procedure AddCommand(ACommand: TFDScriptCommandClass);
C++
void __fastcall AddCommand(TFDScriptCommandClass ACommand);
Description
Registers a new command class.
Use the AddCommand method to register a new script command class.