System.Generics.Collections.TDictionary.GrowThreshold
Delphi
property GrowThreshold: NativeInt read FGrowThreshold;
C++
__property System::NativeInt GrowThreshold = {read=FGrowThreshold, nodefault};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| property | public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TDictionary |
Description
Seuil de croissance du dictionnaire.
GrowThreshold renvoie le nombre d'éléments pouvant être ajoutés au dictionnaire sans pour autant augmenter sa capacité.