I\'ve just noticed that whenever I do an incremental compile (ctrl-F9) of any of my Delphi 2010 projects, all JEDI units referenced in my project are recompiling although they have not been changed in
I used same function ( OneWayEncrypt(edit1.Text) ) in Delphi 5 开发者_开发问答and 2010. Why the results are different? (Or how can I give the same results from Delphi 2010?)
Basically I don\'t know from where to start, I need to add a line script for my application that is not so complicated, just to execute pre-defined commands, for instance:
I\'ve got two questions (of which at least one is regarding RTTI in D2010 and dynamic instancing) I was reading what appears to be the foils for a conference talk by Barry Kelly, and found on p. 13
In a Delphi app we have assigned a dataset provider with a TADOQuery, passing parameters to the Query.When the TADOQuery is refreshed with new parameter values these are not being passed to the Datase
When looking for which version of Delphi 2010 to buy, we found the following limitation on the professional one:
how is Delphi 2010 relationship w开发者_StackOverflow中文版ith .net? I remember that not long ago you could only generate .net 1.1 code. And now, how is that?
I am working on a DLL in Delphi 2010. It exports a procedure that receives an array of variants. I want to be able to take one of these variants, and convert it into a string, but I keep getting ?????
Let\'s say I have a record TQuaternion and a record TVector. Quaternions have some methods with TVector parameters. On the other hand, TVector supports some operations that have TQuaternion parameters
I\'ve got a special combo box with a very long list of items (a few thousand) that has to be calculated when you open it.When I was testing so开发者_如何学编程mething, I was horrified to find that it