System.SysUtils.GrowCollectionFunc
Delphi
GrowCollectionFunc: TGrowCollectionFunc = nil;
C++
extern DELPHI_PACKAGE TGrowCollectionFunc GrowCollectionFunc;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
The GrowCollectionFunc global variable allows you to override the default growing strategy implemented by the GrowCollection function. To update the variable use SetGrowCollectionFunc procedure.