System.Generics.Collections.TList.Reverse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Reverse; inline;

C++

void __fastcall Reverse(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TList

Description

Reverse list order.

This method reverses the order of all list elements.

It is a O(n) operation, where n is the number of list elements.

See Also

Code Examples