[Overview][Types][Classes][Procedures and functions] |
Iterator prototype for TFPHashTable
Source position: contnrs.pp line 188
type TIteratorMethod = procedure( |
Item: Pointer; |
const Key: String; |
var Continue: Boolean |
) of object; |
Item |
|
Hash item |
Key |
|
Key value |
Continue |
|
Should the iterator continue after processing this item or not |
TIteratorMethodis used in an internal TFPHashTablemethod.
|
Hash class |