System.SysUtils.TGrowCollectionFunc

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

typedef System::NativeInt __fastcall (*TGrowCollectionFunc)(System::NativeInt OldCapacity, System::NativeInt 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.