[Overview][Classes][Procedures and functions][Index] Reference for unit 'LazMethodList' (#lazutils)

TMethodList.GetEnumerator

Gets an enumerator for the list.

Declaration

Source position: lazmethodlist.pas line 61

public function TMethodList.GetEnumerator: TItemsEnumerator;

Function result

The enumerator for the list.

Description

GetEnumerator is a TItemsEnumerator function used to get an enumerator for Items in the list. The enumerator provides access to the current value, and allows navigation to the next value for the enumerator. Item navigation occurs in the natural order (ascending ordinal position) in the list.

See also

TMethodList.GetReversedEnumerator

  

Gets an enumerator for the list that navigates in reverse order.


Version 4.0 Generated 2025-05-03 Home