[Overview][Constants][Types][Classes][Index] |
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.0 | Generated 2025-05-03 | Home |