FireDAC.Comp.Script.TFDScriptCommandRegistry.Commands

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScriptCommandRegistry

説明

コマンド クラスへの参照をインデックスに基づいて返します。


Commands プロパティを使用すると、登録されているスクリプト コマンド クラスをそのインデックスで取得できます。

関連項目