Keys

Namespace ›› System ›› MfDictionaryBase ›› Properties ››
Parent Previous Next

Keys

Gets an MfCollection instance containing the keys in the MfDictionaryBase instance.

OutputVar := instance.Keys

Value

MfCollection instance

Gets

Gets an MfCollection instance containing the keys.

Remarks

read-only property.
The order of the keys in the MfCollection object is unspecified, but is the same order as the associated values in the MfCollection object returned by the Values property.
If object derived from MfObject are used as keys then hashcode for those objects is stored as keys. If the keys are store from the Hashcodes then this Keys property will return a MfCollection containing the hashcodes as keys.
The MfDictionaryBase will be able to use these keys for Item Property, Contains method and Remove method.