FireDAC.Comp.Script.TFDScriptCommandRegistry.AddCommand

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure AddCommand(ACommand: TFDScriptCommandClass);

C++

void __fastcall AddCommand(TFDScriptCommandClass ACommand);

Eigenschaften

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


Beschreibung

Registriert eine neue Anweisungsklasse.

Mit der Methode RegisterXSClass registrieren Sie eine neue Skriptanweisungsklasse.

Siehe auch