TdxFastList.Reverse Method
In This Article
Inverts the order of pointers stored in the list.
#Declaration
Delphi
procedure Reverse;
#Remarks
A Reverse procedure call has no effect if the ordered pointer list contains less than two pointers.
See Also