System.Generics.Collections.TDictionary.GrowThreshold

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property GrowThreshold: Integer read FGrowThreshold;

C++

__property int 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é.

Voir aussi

Exemples de code