System.Generics.Collections.TDictionary.Count

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Count: Integer read FCount;

C++

__property int Count = {read=FCount, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TDictionary

Beschreibung

Anzahl der Einträge.

Count enthält die Anzahl der Schlüssel/Wertepaare in dem Dictionary. Die Eigenschaft Items enthält die Count Einträge.

Siehe auch

Codebeispiele