ReportListview with cyrilic alphabet

Discussion around the SDL Component Suite
Post Reply
Hexon3960
Posts: 2
Joined: Wed Nov 17, 2021 9:29 am

ReportListview with cyrilic alphabet

Post by Hexon3960 »

Hello,

I work on Delfi 10.2.

I have a question about the header of ReportListView.

When I want add cyrilic word in the header I get only : "????". I thought this was because of the encoding.

So I tried to change encoding but nothing change.

Is there someone already change the header with a specific alphabet ?

thanks
User avatar
hlohning
Posts: 20
Joined: Fri Sep 04, 2020 4:17 pm

Re: ReportListview with cyrilic alphabet

Post by hlohning »

Hm, I've to admit that I never tried this. But I suspect that you have to set the Font property accordingly.
Let me know, if this works.
- Hans
---
Hans Lohninger
Epina GmbH
Retz, Austria
Hexon3960
Posts: 2
Joined: Wed Nov 17, 2021 9:29 am

Re: ReportListview with cyrilic alphabet

Post by Hexon3960 »

thank you for the response.
but I found this.

System.SetMultiByteConversionCodePage(1251);

this do the conversion correctly.
now all cyrilic alphabet is ok in ReportListView

I don't test to change the Font property So I can't say if this can work.
Post Reply