what is SQL Parameter binding?
No Answer is Posted For this Question
Be the First to Post Answer
How to install BDE network ?
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!
Does Delphi have an equivalent to the Visual Basic SendKeys function?
How to prevent the user from moving or sizing my form?
How to Set a form's maxwidth in code?
What is the diff between IT Company & other companies?.
Why the error "Operation must use an updateable query"?
How to Create a delay without a timer?
How to Free an object stored in a list?
How to Use the Shell API function SHBrowseForFolder() ?
How to Convert 16bit resource to 32bit?
How to Deploy DBClient in a Web Application?