System.Generics.Collections.TDictionary.Keys

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Keys: TKeyCollection read GetKeys;

C++

__property TKeyCollection* Keys = {read=GetKeys};

Eigenschaften

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

Beschreibung

Indizierbare Liste aller Dictionary-Schlüssel.

Keys ist eine schreibgeschützte Kollektion aller Schlüssel im Dictionary.

Die Eigenschaft Count enthält die Anzahl der Einträge in Keys.

Siehe auch

Codebeispiele