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 Test whether you are connected to the internet ?
How to set the desktop icon color in code, or make the text behind them transparent?
What technical support do we get with Delphi?
How to display seconds, minutes, tracks of an AVI ?
How to Use InvalidateRect()to repaint the entire form?
How to Use Multiple Servers?
what is the use of TSocketDispatcher?
How to move Client Objects to a different AS/400?
How to Get a handle on your files ?
How to Debug an In-Proc COM Server?
How to Set a transparent background color for TImageList?
How to Check for NULL in OnUpdateData handler ?