I have a Delphi application that communicates with web servers on the Internet using the Indy components. Most users of the application have direct I开发者_如何转开发nternet connections but some are b
how I can enable using visual themes for Delphi 7 IDE on Windows 7? For Windows XP I made file delphi32.exe.manifest, but for Windows开发者_Python百科 7 it does not work.
I have problem. I ll try to explain it. I have a unit which has a class and may will have new functions.
How do i resolve a conflict between Adonis data components and Borland data component. I have one project that uses the internal Delphi TADOQuery component that has a property Database that connects
I have been getting sporadic reports of my application (compiled with Delphi 7) refusing to start on some PCs - it exited immediately with the Windows error message:
I\'m trying to modify the Delphi 7 Dialogs.pas to access the newer Windows 7 Open/Save dialog boxes (see Creating Windows Vista Ready Applications with Delphi).I can display the dialogs using the sugg
Can anyone please help me out in rectifying the error: BORdbg70.exe BORdbg70.dll \"Internal Error EVA 1528\".
To report current record in dataset I have made (one record by page): RvSystem1.SystemPrinter.Fi开发者_JS百科rstPage := DataSet.RecNo;
Using Delphi 7, how can I get a string representing the stack-trace from an Exception? try 开发者_JAVA百科SomethingDodgy();
I have created a new component, inserted into a new package, installed and it worked. (it appeared i开发者_如何学Cn the pallette). After a time I wanted to modify that component and accidentally delet