I have DBGRID
, and I need to show a field of type text , but when it shows, it appears (MEMO) instead of the text that was meant to be How do I make it appear?
Note: I can not change the database field from text
to varchar
, and I've also seen some posts talking about OnGetText
but I did not find where this event is ...