System.SysUtils.TGrowCollectionFunc

提供:RAD Studio API Documentation

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils


説明

TGrowCollectionFunc は、成長コレクション戦略を実装する関数の型です。