System.SysUtils.TGrowCollectionFunc

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils


Beschreibung

TGrowCollectionFunc ist ein Typ einer Funktion, die eine Erweiterungssammlungsstrategie implementiert.