System.Generics.Collections.TDictionary.GrowThreshold

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property GrowThreshold: NativeInt read FGrowThreshold;

C++

__property System::NativeInt GrowThreshold = {read=FGrowThreshold, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TDictionary


説明

辞書の成長しきい値。

GrowThreshold は、容量を増やさずに辞書に追加できる項目の数を返します。

関連項目

コード例