Get TFMSMFXGrid cell values.

I am converting a VCL application that uses the TAdvStringGrid to FMX and am encountering some difficulties in this process.

My biggest difficulty is reading data from non-string cells, so I would like to know if anyone can send me examples on how to simulate the functions below (which exist in the VCL version):

AdvStringGrid1.ComboIndex[col, row]
AdvStringGrid1.Dates[col, row]
AdvStringGrid1.Ints[col, row]

Thank you.

Hi, 


All data is based on strings, please use the cells property.
For floats you can use the Floats property.

We'll investigate if we can improve this behavior here.