Call a procedure or method for each pointer in the list.
Source position: classesh.inc line 551
public procedure TFPList.ForEachCall(  | 
proc2call: TListCallback;  | 
arg: pointer  | 
);  | 
proc2call: TListStaticCallback;  | 
arg: pointer  | 
);  | 
ForEachCall iterates over all pointers in the list and calls proc2call, passing it the pointer and the additional arg data pointer. Proc2Call can be a method or a static procedure.
None.
  | 
Static method callback type for TFPList.ForEachCall.  | 
|
  | 
Method callback type for TFPList.ForEachCall.  |