I have a little problem, i have created a linked list using a structure called TProduct, but what i'm trying to accomplish is to attach a TProduct structure Node to each row of a StringGrid componet, so when a user selects the row, it will be able to reference the TProduct directly instead of requiring any search algothrums. Could anybody help me PLEASE!!!
I assume you might be able to use TObject inside the class of TString, but am quite confused.
Thank you,