System.SysUtils.GrowCollection

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GrowCollection(OldCapacity, NewCount: Integer): Integer;

C++

extern DELPHI_PACKAGE int __fastcall GrowCollection(int OldCapacity, int NewCount);

Propriétés

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


Description

La routine GrowCollection implémente une stratégie de croissance unifiée pour la plupart des classes de collection de la RTL. Ce comportement peut être modifié en définissant GrowCollectionFunc. Les classes suivantes utilisent GrowCollection :