[Overview][Types][Classes][Index] |
Enumerate all items in the list
Source position: pooledmm.pp line 88
public procedure TNonFreePooledMemManager.EnumerateItems( |
const Method: TEnumItemsMethod |
); |
Method |
|
Callback to call |
EnumerateItems will enumerate over all items in the list, passing the items to Method. This can be used to execute certain operations on all items in the list. (for example, simply list them)