Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
The situation is the following. Typically I use RAD Studio 2010 for Delphi development. I have some components I would like to redistribute in binary form (*.bpl without source). But I would like peop
How can I store generics in a generics TList holded by a non generic object ? type TXmlBuilder = class type
I have problem with Indy IdHttp Post method. Function CallRpc() compiled with Delphi 2007 works fine but same code compiled with Delphi 2010 raises exception.
Is there any way the Format Source (CTRL+D) command applies only to the selected text (or the current method the caret is in)?
after reading the post How to set event handlers via new RTTI?, I wonder if it is possible to solve this more dynamically. For example I want to set ALL event handlers of any component to nil.
I create a Windows timer using t开发者_开发百科he following FHandle := SetTimer(0, 0, 1000, TFNTimerProc(@TMyClass.MyMethod));
I\'m busy automating our builds to include the svn revision number.We\'re using Delphi 2010. I added a pre-build event calling a batch file that injects the the svn revision number (read from the entr
My Delphi 2010 application has a number of non-开发者_运维知识库modal forms that are created and owned by the mainform. One of these forms has a formclose procedure that pops up a dialog asking the us
I try to debug a COM dll (TAutoObject) in Delphi and my break point are not green. 开发者_高级运维I put my option like this :