Unit 'ActnList' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomActionList.GetEnumerator

Gets an enumerator for the action list.

Declaration

Source position: actnlist.pas line 108

public function TCustomActionList.GetEnumerator: TActionListEnumerator;

Function result

TActionListEnumerator instance for the class.

See also

TActionListEnumerator

  

Implements an enumerator for the Actions in TCustomActionList.