Can I use DLLs developed in C or C++ from Delphi?
No Answer is Posted For this Question
Be the First to Post Answer
compare TProvider Component vs. Provider Property ?
How to Set default value for decimal places in the BDE?
How to do Sorting on Calculated fields ?
How to Determine if you have Delphi v3.02 installed?
How to use return instead of tab or mouse to move off a control ?
what are the Steps to uninstall and reinstall Delphi 6 ?
How to Use Visual Basic arrays in Delphi ?
Where can we obtain the help file for the VtChart component?
How to Copy a information from one memo field to another using TBlobStream ?
Does Delphi support the back-end?
How to get the date of the last day in the current month?
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!