FireDAC.Comp.Script.TFDScriptCommandRegistry.Count

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

Delphi

property Count: Integer read GetCount;

C++

__property int Count = {read=GetCount, nodefault};

プロパティ

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

説明

登録されているコマンド クラスの数を返します。


Count プロパティを使用して、登録されているスクリプト コマンド クラスの数を取得することができます。

関連項目