[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

TIteratorMethodis used in an internal TFPHashTablemethod.

See also

TFPHashTable

  

Hash class