System.Actions.TContainedActionList.ActionCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActionCount: Integer read GetActionCount;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.Actions.pas
System.Actions.hpp
System.Actions TContainedActionList

Description

Indicates the number of actions in the action list.

ActionCount indicates how many actions are contained in the action list.

See Also