I have an application that uses Rave Reports. After upgrading from Delphi 2006 to Delphi 2010 some scripts stopped working and gives an
I wanna build a TCP/IP server that will be used by up to 100 concurrent clients, but still not sure how to get started.
In Delphi 2010 (don\'t know about other versions) Application.HintColor seems to have no effect when running on开发者_开发百科 Windows 7. On XP it gives the desired color. Any workarounds for this?Hin
I\'ve got a TCheckListBox on a form.Its Columns property is set to 2, and if there are more items than can fit on开发者_如何转开发-screen in two columns, it puts a horizontal scrollbar across the bott
How do i send files using TClientDataSet? i am using Delphi2010 thanks vladimir. My appologies for the confusion, my intention is to send/tranfer pdf f开发者_JAVA百科iles from one TCLientDataSet
We try to pass a string from a native Delphi program to a Delphi Prism DLL. We have no problem passing integers, but strings are mismatched in the DLL.
this is a constructed example. I don\'t want to post the original code here. I tried to extract the relevant parts though.
I receive DateTime in XML file like this 2009-12-14 05:07:38Z. So, I thought it was a mistake but after little googling, I find this :
I need to implement a small, standalone web server that will be used to process REST API calls, using Delphi 2010.There seem to be two easy choices available with Delphi 2010 out of the box: Indy\'s T
I\'ve always heard that Delphi can do almost anything C++ can do...except write Windows drivers. Is this correct, and if so, why is that?