DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


Keys

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

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