[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'contnrs' (#fcl) |
Call a procedure for each element in the list
Source position: line 0
public procedure TFPHashList.ForEachCall( |
proc2call: TListCallback; |
arg: pointer |
); |
proc2call: TListStaticCallback; |
arg: pointer |
); |
proc2call |
|
Callback procedure |
arg |
|
Additional argument passed to proc2call |
proc2call |
|
Callback procedure |
arg |
|
Additional argument passed to proc2call |
ForEachCall loops over the items in the list and calls proc2call, passing it the item and arg.
No notes exist for this page yet.