Celltag ?

Hello,


Is there a way to assign a value (or object) to a cell, to provide extra info that is not displayed in the cell ?  (I am used to the property Celltag in Topgrid, for example : grid.Celltag[1,1] := 100 )

kind regards,

Dirk Janssens. 
You can do this with:
grid.Objects[col,row]: TObject;