How does Delphi handle Windows callbacks?
No Answer is Posted For this Question
Be the First to Post Answer
How is the memory used within an object in delphi?
'Cannot Load IDAPI Service Library' error. What does this error mean?
How to Set Up a C++ Builder or Delphi Form to View InterBase Data?
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 query dates using Day-Month-Year using local SQL ?
Can you use the Naming Service with the version of VisiBroker that comes with Delphi 5 Enterprise?
Explain about Multi-Threaded ISAPI DLLs ?
How to Paint a rainbow color spectrum onto a form ?
How to create a Resource only DLL?
'General SQL Error : Connection does not exist' in threaded application . what does this indicates?
How to test if a given string contains a valid number?
Does Delphi have an equivalent to the Visual Basic SendKeys function?