[Overview][Classes][Procedures and functions][Index] |
Gets an enumerator for the list.
Source position: lazmethodlist.pas line 61
public function TMethodList.GetEnumerator: TItemsEnumerator; |
The enumerator for the list.
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.
|
Gets an enumerator for the list that navigates in reverse order. |
Version 4.0 | Generated 2025-05-03 | Home |