What are the different types of inheritances present in delphi?
No Answer is Posted For this Question
Be the First to Post Answer
How to detect the computer name?
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!
Does Kylix support ODBC?
'Memo too large' error with MSSQL . What does this error indicates?
How to Provide lookup capability?
How to Create a PolyPolygon using a point array?
How to create a Resource only DLL?
How to Use Delphi or C++ Builder to Run a Query in a Text file ?
What version of Delphi 5 does the Code Explorer come with?
Explain about Multi-Threaded ISAPI DLLs ?
How to create an icon from a bitmap?
How to Use the Shell API function SHBrowseForFolder() ?