[Overview][Classes][Procedures and functions][Index] |
Gets an enumerator for the list that navigates in reverse order.
Source position: lazmethodlist.pas line 60
public function TMethodList.GetReversedEnumerator: TItemsEnumerator; |
The reverse enumerator for the list.
GetReversedEnumerator is a TItemsEnumerator function used to get an enumerator that navigates Items in the list in reverse order. The enumerator provides access to the current value, and allows navigation to the next value for the enumerator. Item navigation occurs in reverse order (descending ordinal position) in the list.
|
Gets an enumerator for the list. |
Version 4.0 | Generated 2025-05-03 | Home |