We have been updated our project to Delphi XE. There\'s .ridl files instead .tlb. But what\'s about *_TLB.pas files? How to migrate changes in .ridl file开发者_如何转开发 to *_TLB.pas file?
I have a string comprising numerous words. How do I find and count the total amount of times that a particular word appears?
We can build VCL Win32 application with runtime packages (*.bpl).These package 开发者_开发问答can be loaded and unloaded dynamically or statically.
I am using the Zeoslib library in Delphi. I have a large multidimensional static array that I need to transfer to an empt开发者_StackOverflowy table in a local MySQL database. How can I do this effici
I have a program, which uses quickreports 5 to generate some reports. The program has always been compiled on one specific PC. Now i want to develop the program on other machines, i have a big problem
When using Interfaces in Delphi and overriding reference counting, it is possible to bypass the_Release calls Delphi makes when an interface reaches a reference count of zero.
(i saw Demo Dirt - but it use for HTTP Web and i Don\'t know how switch it to TCP/IP) I\'m new from Delphi - I need help about use DataSnap and Client Login form (check user password from SQL Server)
I am writting an MS Excel COM-Addin in Delphi 2006.I\'m have Excel 2007 installed on my development machine.
Prior to Delp开发者_高级运维hi XE2, we have VCL only to create GUI apps.Delphi XE2 states that:
With Delphi XE I create a client-server application with \"DataSnap Server\" Wizard. In the ServerMethodUnit I Define a TSQLQuery with sql property like this \"Select * from TABLE\"