[Overview][Types][Classes][Procedures and functions] Reference for unit 'contnrs' (#fcl)

TIteratorMethod

Iterator prototype for TFPHashTable

Declaration

Source position: contnrs.pp line 188

type TIteratorMethod = procedure(

  Item: Pointer;

  const Key: String;

  var Continue: Boolean

) of object;

Arguments

Item

  

Hash item

Key

  

Key value

Continue

  

Should the iterator continue after processing this item or not

Description

TIteratorMethod is used in an internal TFPHashTable method.

See also

TFPHashTable

  

Hash class