[Overview][Constants][Types][Classes][Index] Reference for unit 'DynHashArray' (#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.0 Generated 2025-05-03 Home