How to activate different hints for each cell in a grid?
No Answer is Posted For this Question
Be the First to Post Answer
How to Calculatea point using angles and distance?
Specify a DefaultExpression for a TField object?
How to Change the default width/height of the editor?
How to Save and load metafiles in a BLOB field without using DBImage ?
How to Get the filename and path of a local table?
How to drop down a menu Programmatically ?
How is the memory used within an object in delphi?
Can I use DLLs developed in C or C++ from Delphi?
How to Access a grid's column or row by name ?
How to Determine the last access time of a given file ?
How to assign the Delphi global printer object, to the Quick Reports global printer object?
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!