FireDAC.Comp.Script.TFDScriptCommandRegistry.Commands

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

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.

See Also