My application uses CSVDataset and DBgrid. I would like to display text instead of integer values in some DBGrid columns, e.g. for the field 'calldirection': 'incoming' instead of 1, 'outgoing' instead of 2 and 'internal' instead of 3.
When dealing with SQL database, solution is to use GetText event handler in TSQLQuery.
How to obtain the same result with in-memory database, when TSQLQuery is not used?