API Reference MyLibrary MyLibrary.Collections IDictionary<TKey,TValue> IDictionary<TKey,TValue>.Values Property Definition Unit: MyLibrary.Collections Package: MyLibrary Gets a read-only collection that contains the values in the dictionary. Delphi Copy property Values; Value IReadOnlyCollection<TValue>