Set type used to store values from TDynHashArrayOption.
Source position: dynhasharray.pp line 66
type TDynHashArrayOptions = set of ( |
||
dhaoCachingEnabled, |
|
It will use cached result if available in IndexOfKey. |
dhaoCacheContains |
|
Turns on a cache for contains operations. |
); |
| Version 4.4 | Generated 2025-11-08 | Home |