Call a procedure for each object in the list.
Source position: contnrs.pp line 334
public procedure TFPHashObjectList.ForEachCall( |
proc2call: TObjectListCallback; |
arg: pointer |
); |
proc2call: TObjectListStaticCallback; |
arg: pointer |
); |
proc2call |
|
Callback procedure. |
arg |
|
Additional argument passed to proc2call. |
proc2call |
|
Callback procedure. |
arg |
|
Additional argument passed to proc2call. |
ForEachCall loops over the objects in the list and calls proc2call, passing it the object and arg.