FireDAC.Comp.Script.TFDScriptCommandRegistry.Commands
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp
| |
| Unit: FireDAC.Comp.Script | |
| Parent: TFDScriptCommandRegistry | |
Delphi
property Commands[AIndex: Integer]: TFDScriptCommandClass read GetCommand; default;
C++
__property TFDScriptCommandClass Commands[int AIndex] = {read=GetCommand/*, default*/};
Description
Returns the reference to a command class by the index.
Use the Commands property to get a registered script command class by its index.