How does Delphi handle Windows callbacks?
No Answer is Posted For this Question
Be the First to Post Answer
What is the procedure to connect delphi application to ms access database?
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 close the CD Tray in code?
How to run executables created in Kylix?
How to Insert a file at the cursor ?
How to Disable ALT-F4 to prevent form closing
How to Determine if Delphi Running?
How to find what the user path is for their Environment Variables?
What types of Routers are able to be used?
What to use in Kylix, as a possible replacement for ShellExecute in Windows?
How to Free an object stored in a list?
Explain the methods findfirst, findnext and findclose?