Values

Declaration:TAssocArray.Values [ix: integer]: Variant;
The array property Values provides direct access to the keys of the associative array. The parameter ix may assume values between 1 and NumEntries.

Values is public only for special purposes (such as debugging) and should not be used in normal operation (use Resolve, Add, and Remove instead).