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 は、成長コレクション戦略を実装する関数の型です。