System.SysUtils.GrowCollectionFunc

From RAD Studio API Documentation
Jump to: navigation, search

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.