Explain the findnext method?
How to Check for NULL in OnUpdateData handler ?
Why the error "Operation must use an updateable query"?
How to Change the port of a printer?
How to Get the date of a file using 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 get the date of the last day in the current month?
How to install programatically a printer?
Where can we obtain the help file for the VtChart component?
What are the ways to close a modal form?
How to use Paths and Geometric Pens?
How to Convert ASCII files to Paradox tables?
Is there any way to record a keyboard macro in the IDE?
How to Display a bitmap on the client area of an MDI parent form?
Is it possible to connect to InterBase from a Delphi app without using the BDE?