How开发者_运维百科 set up todo list categories in Delphi 2010.This syntax does not work: // TODO 1 -cImportant: Do this!
I\'m trying to get rid of some hints(*) the Delphi compiler emits. Browsing through the ToolsAPI I see a IOTAToolsFilter that looks like it might help me accomplish this through it\'s Notifier, but I\
What options/properties should use to show a main from scrolbars when I want to? or always visible in De开发者_高级运维lphi 2010
I am using Delphi 2010 to access objects stored in a C# Assembly written in Visual Studio 2008 using the techniques described in the Hosting CLR in Delphi.These techniques do work and I am able to obt
Like others before me, I\'m having troubles using the IdHttp(Indy 10.5.5) component in Delphi 2010. The code works fine in Delphi 7:
I\'ve written a开发者_如何学JAVA server in Delphi 2010 that needs to launch a console application every now and again to back up a database. The console application can send log information to the con
I am trying to write a function that takes any TList and returns a String representation of all the elements of the TList.
I tried the new Record type TTimeSpan in Delphi 2010. But I encourage a very strange problem. assert(TTimeSpan.FromMilliseconds(5000).Milliseconds = 5000);
I am working with Delphi 2009 Pro and just tried to find out why code completion is so slow in my setup. Whenever code completion is invoked, the IDE locks up for up to 30s, which really interrupts an
I have a frame in a Delphi 2007 application that I want to embed on a form in a Delphi 2010 application.I h开发者_C百科ave control over both applications, so the interface between them can be anything