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
Why won't the virtual key codes work in program?
How to Display a file's associated icon?
Explain the findclose method?
How to Make text background transparent?
How to avoid expanding a tree node when double-clicking on it?
How tough is it to learn Delphi?
How to Change the printer setup between pages?
How to Create temporary canvas?
What are Delphi and C++ Builder Action Lists and how to use them?
How to pass functions or procedures to other functions or procedures?
How to Convert strings to dates?
How to get a TRichEdit to scroll in code?