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 Convertan integer into a binary string?
How to Return application's exit code?
What are IDAPI and SQL links ?
Does the BDE use Client side or server side cursors for MSSQL?
How to Get a list of valid time zones from windows?
Explain Drag and Drop with Files?
How to detect the computer name?
How to execute a stored procedure with TIBSQL?
How to Find the RepositoryId of a CORBA Server?
How does one change the default directory that Delphi uses to save projects?
How tough is it to learn Delphi?
How to Detect what direction a printer will rotate for a portrait ?