How to close the CD Tray in code?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to show the memory leak?
How to assign a file variable in a Record?
How to use sets in code, such as adding to TDBGrid.Options, at run time?
What are the Color reduction techniques for graphics?
How to Generate a Windows Console Application?
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 detect the computer name?
How to Pass a function to a procedure or vice versa?
How to Add accelerator characters to TTabsheets?
Define PRIMARYLANGID(), SUBLANGID(), and MAKELANGID() macros?
How to Handle exceptions in Delphi?
How to Open an explorer window to a given folder?