System.SysUtils.TGrowCollectionFunc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGrowCollectionFunc = function (OldCapacity, NewCount: Integer): Integer;

C++

typedef int __fastcall (*TGrowCollectionFunc)(int OldCapacity, int NewCount);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

TGrowCollectionFunc is a type of function which implements a grow collection strategy.