What is the equivalent in BCB to a Pdox TCursor?
No Answer is Posted For this Question
Be the First to Post Answer
How can one prevent a TForm from being moved or resized?
How to Change the Windows wallpaper in code?
How to Typecaste a PChar to a longint?
How to enable the cut and copy operations for the TWebBrowser component in Delphi 5?
What is the history of Delphi?
How to Get a list of the available drives on a system?
How to Get the filename and path of a local table?
How to Change font color on standard win controls?
How to Use Form Wizard to Quickly Create a Delphi Form?
How to Map a DLL into another process ?
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!
Hi is there is any tool to debug Delphi ISAPI dlls in borland 2006 framework. AS i am a new to delphi borland i need a detailed description for debugging the web application in delphi as per my analysis the ISAPI dlls calling the htm files please help me ....