FireDAC.Comp.Script.TFDScriptCommandRegistry.Commands

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Commands[AIndex: Integer]: TFDScriptCommandClass read GetCommand; default;

C++

__property TFDScriptCommandClass Commands[int AIndex] = {read=GetCommand/*, default*/};

Eigenschaften

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


Beschreibung

Gibt eine Referenz auf eine Anweisungsklasse anhand ihres Indexes zurück.

Mit der Eigenschaft Commands ermitteln Sie eine registrierte Skriptanweisungsklasse anhand ihres Indexes.

Siehe auch