I'm using Delphi 4/5 and have am trying to fill a RichEdit
control with both European characters and Thai characters -
while I can change character colours the font stays with
what was selected for the control:-
reLangB.SelAttributes.Color :=dCol;
reLangB.SelAttributes.Name :=FontName[dLang];
reLangB.SelAttributes.Charset :=FontChar[dLang];
reLangB.SelAttributes.Style :=[];
reLangB.Lines.Add(dText);
The FontName and FontChar arrays contain the font info, and
using a similar method for Captions and EditBoexes works!
Anybody any ideas?
Thanx in advance!
No Answer is Posted For this Question
Be the First to Post Answer
Does Delphi 5 include Resource Workshop and InstallShield Express?
Can you use the Naming Service with the version of VisiBroker that comes with Delphi 5 Enterprise?
What are the reasons involved in using the interface?
What are Delphi and C++ Builder Action Lists and how to use them?
What are the different Control Panel Applets?
Explain ODBC Constraints ?
How to Create resource files?
How to make sure the function DLLPROC is called when your DLL is unloaded?
How to Use FindFirst to search for files?
Is it possible to connect to InterBase from a Delphi app without using the BDE?
How to Print Delphi controls using QuickReports?
'Name Conflicting' . what does this error mean?