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

TMethodList.GetReversedEnumerator

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

Declaration

Source position: lazmethodlist.pas line 60

public function TMethodList.GetReversedEnumerator: TItemsEnumerator;

Function result

The reverse enumerator for the list.

Description

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.

See also

TMethodList.GetEnumerator

  

Gets an enumerator for the list.


Version 4.0 Generated 2025-05-03 Home