Jump to content
WalkingAway

Bindings problem

Recommended Posts

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×