System.Generics.Collections.TDictionary.GrowThreshold
Delphi
property GrowThreshold: Integer read FGrowThreshold;
C++
__property int GrowThreshold = {read=FGrowThreshold, nodefault};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TDictionary |
説明
辞書の成長しきい値。
GrowThreshold は、容量を増やさずに辞書に追加できる項目の数を返します。