How to Open an explorer window to a given folder?
No Answer is Posted For this Question
Be the First to Post Answer
What is Delphi/400 Client Server Suite?
Why is there no "Save" button in the save dialog box?
How to generate an error for SELECT statements that divide by zero?
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!
'Interface mismatch. Engine version different' . what does this error indicates?
How do I close a modal form? For that matter, what is the best way to close any form?
How to Show two forms allowing the first to retain focus ?
How to Change the display mode settings in code?
How to Send a message to all controls on a form 16-JUL-98?
How to tell if a form has been created (or any object)?
How to Hide the application from the Windows Taskbar?
How to invoke the Windows ShortCut Dialog wizard?