Unit 'Contnrs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TStringIteratorMethod

Iterator callback type.

Declaration

Source position: contnrs.pp line 446

type TStringIteratorMethod = procedure(

  Item: AnsiString;

  const Key: AnsiString;

  var Continue: Boolean

) of object;

Arguments

Item

  

String associated with key.

Key

  

Key value.

Continue

  

Should iterate continue or stop ?

Description

TStringIteratorMethod is the callback prototype for the TFPStringHashTable method. It is called for each element in the hash table, with the string. If Continue is set to False, the iteration stops.

See also

TFPStringHashTable.Iterate

  

Iterate over the strings in the hash table.


Documentation generated on: Jul 24 2023