System.SysUtils.TGrowCollectionFunc

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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


Description

TGrowCollectionFunc est un type de fonction qui implémente une stratégie de collection de croissance.