Class TAssocArray

The class TAssocArray offers a solution to a common problem: the association of data of different types with key strings. You can set up a new association between a key string and its value simply by calling the Add method. Likewise an entry can be removed by calling Remove. In order to retrieve an associated value you have to call the method Resolve.

The feature matrix can be manipulated using the following properties and methods:

Properties

Methods