System.Actions.TContainedActionList.GetEnumerator

From RAD Studio API Documentation
Revision as of 15:56, 22 January 2014 by AChaves (talk | contribs) (44225)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

See Also