How to Set break on exception in Delphi 4?
No Answer is Posted For this Question
Be the First to Post Answer
Why do I get compile errors accessing the Sender object in events?
Explain the MasterSource/MasterFields behavior?
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 Use Variables & For Loops in Delphi?
Why is there no automation in releasing the memory automatically during the termination of the program?
How to change an ISAPI DLL project to a CGI project, or vice-versa?
How do we get access to a database from Delphi?
How to disable the Delphi / Borland C++ Builder splash screen ?
How to Set a transparent background color for TImageList?
How to use the Find Error entry under the search heading of the menu bar?
Why do I get exception messages even though I am in protected code?
Do the ADO components come with the professional version of Delphi 6?