Changing cell value
Posted: Thu Oct 10, 2019 7:37 pm
Hello
My project is in Delphi FMX.
I'm trying to change a specific column cells text in a TeeGrid with a function.
The function is changing the cell content to "Mr Isaac" if the cell contains "Isaac" and "Miss Sarah" if the cell contains "Sarah".
there is no user input. the data is coming from FDQuery.
what would be the best way of doing it?
Thank you
My project is in Delphi FMX.
I'm trying to change a specific column cells text in a TeeGrid with a function.
The function is changing the cell content to "Mr Isaac" if the cell contains "Isaac" and "Miss Sarah" if the cell contains "Sarah".
there is no user input. the data is coming from FDQuery.
what would be the best way of doing it?
Thank you