Navigation: Code Documentation > RSCommon > ListColl > Classes > TListCollection > Methods
TListCollection.ForEach(TForEachProc) Method
Iterate through the list and for each item in the list call the TestFunc, passing in the item.
Namespace: ListColl
Delphi
public procedure ForEach(Proc: TForEachProc);
Parameters
Proc
Type: TForEachProc
•ListColl.TListCollection.FirstThat(TFirstLastFunc)
•TListCollection
•ListColl