[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Callback for the ForEach call.
Source position: contnrs.pp line 500
type TBucketProcObject = procedure( |
AItem: Pointer; |
AData: Pointer; |
out AContinue: Boolean |
) of object; |
AItem |
|
Item |
AData |
|
Data associated with item |
AContinue |
|
Set to false to stop iteration over items. |
TBucketProcObject is the prototype for the #TCustomBucketList.Foreach call. It is the method (procedure of object) form. The Continue parameter can be set to False to indicate that the Foreach call should stop the iteration.
For a plain procedural callback, see the TBucketProc prototype.
#TCustomBucketList.Foreach |
||
|
Callback for the ForEach call. |
lazarus-ccr.sourceforge.net |