I am doing a delphi application that will run on my pc 24/7 in the background and will check if it has to do some actions or not, wait 30 minutes and check again, and so on.
I have a SOAP 1.1 client that was generated with the Delphi 2007 WSDL Importer. Now I need to 开发者_如何学Pythonchange it to SOAP 1.2. Since I changed things in the generated code I prefer not to g
As you know, welcome page in RAD Studio shows a list of recent projects, and you can open each project by clicking on its name.
As already discussed in Rtti data manipulation and consistency in Delphi 2010 a consistency between the original data and rtti values can be reached by accessing members by using a pair of TRttiField
I have a Strin开发者_C百科g that I needed access to the first character of, so I used stringname[1].With the unicode support this no longer works.I get an error: [DCC Error] sndkey32.pas(420): E2010 I
I need to code a simple form application and I want to make it easy to deploy (without installing libraries or dependencies), I don\'t want to use visual stud开发者_运维百科io cpp or csharp because cl
type TParent=class public member1:Integer; end; TChild=class(TParent) public member2:Integer; end; TGArray<T: TParent>=class
How to prevent the code formatter from doing this? It seems that it moves casts with \"as\" always a line up. Is this a bug, or is there any setting in the formatter?
I\'m trying to use the ReconcileError event to allow the user to correct the data after an update error which occurred in a specific record among others.
We are just migrating from D7 to D2010 and are having a debate about cleaning up the project paths. We have a number of directories with a large number of Pas files that are included on some project p