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
ReportListview with cyrilic alphabet
Re: ReportListview with cyrilic alphabet
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
Let me know, if this works.
- Hans
---
Hans Lohninger
Epina GmbH
Retz, Austria
Hans Lohninger
Epina GmbH
Retz, Austria
Re: ReportListview with cyrilic alphabet
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.
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.