[Overview][Constants][Types][Classes][Index] |
The minimum number of items that will be allocated for an array.
Source position: dynhasharray.pp line 130
public property TDynHashArray.MinCapacity: Integer |
The size of the array can be changed anytime. However, even if a size is given by FCapacity is smaller than this minimum number, then this minimum number of items will be allocated. This is done for efficiency and speed.
lazarus-ccr.sourceforge.net |