WalkingAway 1 Posted September 20, 2023 Hello I have problem. FMX and Android, TListView with binded DataSet. Phone is EN, but Text := 'äÄåÅ' (SCANDINAVIAN); Items when binded - not displayed properly, but this working correctly: procedure TForm5.ListView1ItemClick(const Sender: TObject; const AItem: TListViewItem); begin AItem.Text := 'äÄåÅ'; end; How to solve this problem? Thank you Share this post Link to post
WalkingAway 1 Posted September 20, 2023 Solution found Just changed dasetfield from string ti wide string Share this post Link to post