How to avoid "Random" Exceptions being raised when using
TJPEGImage or the JPEG unit?
No Answer is Posted For this Question
Be the First to Post Answer
How to Loada local html file in the HTML control ?
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 your application using the Escape key?
How to have a TBitBtn component that has a word wrapped caption?
How to Paint a rainbow color spectrum onto a form ?
How to detect if the current user is logged in administrator?
What are the different types of pointers used in delphi?
How to Access new interfaces in a RemoteDataModule?
How can I change the drive that MediaPlayer uses to play Audio ?
How to prevent closing of an undocked ToolBar?
How to Execute a program from my application?
How to move a string into a TMemoryStream or TFileStream?