How to connect to an InterBase database using the BDE API?
How to create SQL queries with SQL Builder?
Can you drag and drop existing SQL structures directly onto a form?
How to get the version information for a file?
How to Use Delphi or C++ Builder to Run a Query in a Text file ?
why we should use main in C
How to Get a handle on your files ?
what is rounding?
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!
What is the tag property useful for?
How to Determine if a given printer is capable of printing a PostScript file?
How to Disable system menu in code?
what are the different String Trim functions?