FireDAC.Comp.Script.TFDScriptCommandRegistry.AddCommand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddCommand(ACommand: TFDScriptCommandClass);

C++

void __fastcall AddCommand(TFDScriptCommandClass ACommand);

Properties

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

Description

Registers a new command class.

Use the AddCommand method to register a new script command class.

See Also