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 Disable Full Window Drag?
How to display the current user name?
How to have a TBitBtn component that has a word wrapped caption?
What is the difference between Delphi and Delphi Client/Server?
How to stop IIS when you are writing web applications as ISAPI dll's?
How to Save and load metafiles in a BLOB field without using DBImage ?
Is there a programmatic way to add an alias to the IDAPI.CFG?
How to capture the URL and title of the current webpage being viewed?
what are Single and multiple application server instances ?
How does Delphi handle Windows callbacks?
How to Set the caption of the preview window?
How to launch a control panel applet?