System.Generics.Collections.TDictionary.Values

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Values: TValueCollection read GetValues;

C++

__property TValueCollection* Values = {read=GetValues};

Properties

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

Description

Indexable list of all dictionary values.

Values is a read-only enumerable collection of all values in the dictionary.

The Count property holds the number of entries in Values.

See Also

Code Examples