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
How to Place multiple copies of a component on a form?
How to use the TUpdateSQLProvider.OnUpdateRecord method ?
How to Disable system menu in code?
What is the procedure to connect delphi application to ms access database?
How to Test IDispatch Descendants?
Do I have to know a lot about the Windows API to use Delphi?
How to activate different hints for each cell in a grid?
How to Create a rotated font?
How to get Table data subset through IProvider ?
How can I create an identical binary executable in Delphi?
How to Move the application server to another machine?
How to Determine the last access time of a given file ?