I can't use 'TDictionary' as I need a few Values to tag to every Key, instead of 1 value to 1 key.
Example key=1, value1=label1, value2=button3 Example key=2, value1=label5, value2=button7
Will a memory table be best? What is the best TField to use to "record" the Pointer to an object in a TTable?
thanks.