How to prevent closing of an undocked ToolBar?
No Answer is Posted For this Question
Be the First to Post Answer
What versions of Delphi are there?
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 Customize TTrackBar?
How does Delphi's exception handling work?
How to Test IDispatch Descendants?
How to detect the computer name?
How to avoid expanding a tree node when double-clicking on it?
Why Delphi drawing functions draw one pixel short?
How to detect the CPU type of the computer the application is running on?
Is there any way to record a keyboard macro in the IDE?
what are the files that need to be included with applications using MSACCESS?
How does inheritance operate when using the object of the classes?