System.SysUtils.TGrowCollectionFunc

From RAD Studio API Documentation
Revision as of 17:37, 21 April 2021 by Nicolas.rios (talk | contribs) (rs-106640 updated description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

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

C++

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