I use DBAdvGrid from TMSSoftware to show data. When i open my query in grid, unicode characters stored in memo field are shown as trash. When i show that characters in edit control using only
Code: Select all
Edit.Text := Field.AsString
Code: Select all
Edit.Text := Utf8ToAnsi(Field.AsString)
Can someone check this and tell me what is going on? This happens only with memo fields.