[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Call a procedure or method for each pointer in the list.
Source position: line 0
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 |
No notes exist for this page yet.