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.