help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

TDataIteratorMethod

Data iterator method.

Declaration

Source position: contnrs.pp line 404

type TDataIteratorMethod = procedure(

  Item: Pointer;

  const Key: String;

  var Continue: Boolean

) of object;

Arguments

Item

  

Data pointer item

Key

  

Key associated with item

Continue

  

Continue iterating or stop iteration

Description

TDataIteratorMethod is a callback prototype for the TDataHashTable.Iterate method. It is called for each data pointer in the hash list, passing the key (key) and data pointer (item) for each item in the list. If Continue is set to false, the iteration stops.

See also

TDataHashTable.Iterate

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505