Unit 'DynHashArray' Package
[Overview][Constants][Types][Classes][Index] [#lazutils]

TDynHashArray.ForEach

Calls the specified function for each of the items in the hash array.

Declaration

Source position: dynhasharray.pp line 119

public procedure TDynHashArray.ForEach(

  const Func: TOnEachHashItem

);

Arguments

Func

  

Boolean function type called for the hash items.


Version 4.4 Generated 2025-11-08 Home