System.Actions.TContainedActionList.ActionCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ActionCount: Integer read GetActionCount;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Actions.pas
System.Actions.hpp
System.Actions TContainedActionList

Beschreibung

Gibt die Anzahl der Aktionen in der Liste an.

Mit ActionCount können Sie die Anzahl der Aktionen in der Liste ermitteln.

Siehe auch