TAdvStringGrid versus custom cell data

Where do I store custom data for each cell using the TAdvStringGrid?
Each cell needs customized data like urls, indexes and more. This
information is not visible and available for end users.

Thank you in advance for your support.

You can store this in an object and assign the object to grid.Objects[col,row]: TObject