[Overview][Constants][Types][Classes][Index] Reference for unit 'DynHashArray' (#lazutils)

TDynHashArray.MinCapacity

The minimum number of items that will be allocated for an array.

Declaration

Source position: dynhasharray.pp line 127

public property TDynHashArray.MinCapacity : Integer
  read FMinCapacity
  write FMinCapacity;

Description

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.