System.Actions.TContainedActionList.ActionCount

提供:RAD Studio API Documentation

Delphi

property ActionCount: Integer read GetActionCount;

C++

__property int ActionCount = {read=GetActionCount, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
System.Actions.pas
System.Actions.hpp
System.Actions TContainedActionList

説明

アクションリストに格納されているアクションの数を示します。

ActionCount プロパティは,アクションリストに格納されているアクションの数を示します。

関連項目