Explain the methods findfirst, findnext and findclose?
How to determine the names of the installed comm ports?
How can I create an identical binary executable in Delphi?
How to Get the printing margin of the page?
Does Kylix support Postgres?
How to change Kylix directory permissions for all users when installed as root?
How to create Interbase stored procedures that return parameters with TIBQuery?
How to Get the current line number of a TMemo?
How to get the date of the last day in the current month?
How to determie if a given machine has a math coprocessor?
Why can't we display data in descending order in Delphi?
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 Move controls at runtime ?
How to get the version information for a file?
what are the Differences between Create(Self) and Create(Application)?