[Overview][Constants][Types][Classes][Index] |
Source position: dynhasharray.pp line 69
type TDynHashArrayOptions = set of ( |
||
dhaoCachingEnabled, |
|
It will use cached result if available in IndexOfKey |
dhaoCacheContains |
|
Turns on a cache for contains operations. |
); |
lazarus-ccr.sourceforge.net |