How to Save a QuickReport custom preview to text?
No Answer is Posted For this Question
Be the First to Post Answer
Can ALTER TABLE statment on Paradox tables removes passwords ?
How to Remove drives listed in a TDriveComboBox ?
How to Use Variables & For Loops in Delphi?
Why reusing or inheriting from a Remote Data Module is not a good idea?
Explain about Multi-Threaded ISAPI DLLs ?
How to Launch default browser on a URL?
what are Single tier Applications ?
How to Change the default width/height of the editor?
How to enable the cut and copy operations for the TWebBrowser component in Delphi 5?
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 Place a grid in edit mode programatically?
How to Stop TScrollbar button from blinking ?