System.Actions.TContainedActionList.GetEnumerator
Delphi
function GetEnumerator: TActionListEnumerator;
C++
HIDESBASE TActionListEnumerator* __fastcall GetEnumerator(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Actions.pas System.Actions.hpp |
System.Actions | TContainedActionList |
Description
Returns a TContainedActionList enumerator, a TActionListEnumerator reference that enumerates the actions in the list.
To process all actions, read Current from the enumerator within a “while MoveNext do” loop.