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 Allot CPU time ?
Is there a programmatic way to add an alias to the IDAPI.CFG?
How to Force edit mode in a TListView via a keypress ?
How to prevent application?s main window from showing when application loads?
Do I have to understand object-oriented programming to use Delphi?
How to Determine if a combobox is in dropped state?
Specify a DefaultExpression for a TField object?
Why won't the virtual key codes work in program?
How to Use an animated cursor?
How to Keep an application in a minimized state?
How to query dates using Day-Month-Year using local SQL ?
what is a CopyCursor ?