How to Create a non-VCL console project?
No Answer is Posted For this Question
Be the First to Post Answer
What is "Error 113" during installation?
Does Kylix support Postgres?
How to use return instead of tab or mouse to move off a control ?
Does Delphi 5 include Resource Workshop and InstallShield Express?
How to set the desktop icon color in code, or make the text behind them transparent?
What if I do not have a CD-ROM drive?
How to Print in Delphi without using the TPrinter Unit ?
what are Single and multiple application server instances ?
How do I write a global error handler?
How to Change the font style of a dbgrid row ?
How to Get the current line number of a TMemo?
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!