System.Generics.Collections.TDictionary.GrowThreshold

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GrowThreshold: NativeInt read FGrowThreshold;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TDictionary

Description

Dictionary’s growth threshold.

GrowThreshold returns the number of items that may be added to the dictionary without increasing its capacity.

See Also

Code Examples