The minimum number of items that will be allocated for an array.
Source position: dynhasharray.pp line 127
public property TDynHashArray.MinCapacity : Integer |
The size of the array can be changed at any time. However, even if a size is given for Capacity that is smaller than this minimum number, then this minimum number of items will be allocated. This is done for efficiency and speed.
| Version 4.4 | Generated 2025-11-08 | Home |