System.Actions.TContainedActionList.GetEnumerator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEnumerator: TActionListEnumerator;

C++

HIDESBASE TActionListEnumerator* __fastcall GetEnumerator();

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