[Overview][Constants][Types][Classes][Index] Reference for unit 'DynHashArray' (#lazutils)

TDynHashArrayOption

Options for how this class should work.

Declaration

Source position: dynhasharray.pp line 65

type TDynHashArrayOption = (

  dhaoCachingEnabled,

  

It will use cached result if available in IndexOfKey.

  dhaoCacheContains

  

Turns on a cache for contains operations.

);


Version 4.0 Generated 2025-05-03 Home