Answer Posted / kiran
Naren u just amzing
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
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!
How to move a string into a TMemoryStream or TFileStream?
How to close the CD Tray in code?
What is the procedure to connect delphi application to ms access database?
Why is there no "Save" button in the save dialog box?
How to Set a form's maxwidth in code?
compare TProvider Component vs. Provider Property ?
How to obtain IDAPI32.LIB and IDAPI.H ?
Explain the MasterSource/MasterFields behavior?
Does Delphi 5 include Resource Workshop and InstallShield Express?
How to detect the computer name?
How to Add accelerator characters to TTabsheets?
What is the function of inheritance in delphi?
Can I make calls to Delphi code from C or C++?
what is the Purpose of the interbase Client32 files?