Navigation: Code Documentation > RSCommon > ListColl > Delegates
TForEachProc Delegate
Defines a procedure signature for processing items in a TList.
Namespace: ListColl
Delphi
type TForEachProc = procedure(O: TObject);
•ListColl.TListCollection
•ListColl