I\'m loading a DLL using LoadLibrary from my Delphi project like so: DLLHandle := LoadLibrary(\'my.dll\');
After working for quite some time, my D2010 help system broke. Highlighting a keyword like TStringList and hitting F1 results in the
Is there any compiler options that开发者_StackOverflow中文版 let the compiler give me an error instead of a warning when i instantiate an abstract class?
I have built several applications in delphi using the indy components suite(version 10.5.2 i think) and they all are working. I have just finished setting up the POP开发者_JAVA技巧3server and it works
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting 开发者_如何学Goanswers.
Does anyone know of a function to call a commandline executable, allowing to pass it parameters (particularly a stringlist, or list of strings somehow, and waiting for execution to complete and return
I want to migrate a Delphi 7 project to Delphi 2010. We are buildin开发者_StackOverflowg \"reports in code\" with TReportShell and TDetailShell components from Rave BE. Those components does not exis
Good day, TValue is a Delphi-2010 and up RTTI feature. Following on from my earlier question, I had tried to make recurrent function to return a TValueas a n-dimensional. matrix(2D, 3D, 4D...)
I have to store a TList of something that can easily be implemented as a record in Delphi (five simple fields).However, it\'s not clear to me what happens when I do TList<TMyRecordType>.Add(R).
I am writing an application using Delphi开发者_如何学JAVA 2010. I would like to have my application start up when windows starts up. I need this to work in the latest versions of Windows XP, 7.0, and