FireDAC.Comp.Script.TFDScriptCommandRegistry.AddCommand

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also