How to close your application using the Escape key?
No Answer is Posted For this Question
Be the First to Post Answer
How does one change the default directory that Delphi uses to save projects?
Explain ODBC Constraints ?
How to Retrieving the program that is associated with a given extension?
What are the different types of object allocations methods in delphi?
How to close your application using the Escape key?
How to Place multiple copies of a component on a form?
How to use the InterBase API security functions to add, modify and delete users?
Can ALTER TABLE statment on Paradox tables removes passwords ?
How to use TADOTable Seek procedure?1
How to Change RichEdit Font styles with HotKey combinations ?
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 Change the display mode settings in code?