Unit 'pooledmm' Package
[Overview][Types][Classes][Index] [#fcl]

TNonFreePooledMemManager.EnumerateItems

Enumerate all items in the list.

Declaration

Source position: pooledmm.pp line 88

public procedure TNonFreePooledMemManager.EnumerateItems(

  const Method: TEnumItemsMethod

);

Arguments

Method

  

Callback to call.

Description

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)


Documentation generated on: Jul 24 2023