I have to pack and unpack a Cardinal into four one-byte fields (in Delphi 2010). I\'m doing this across all the pixels of a large image, so I need it to be fast!
I\'ve installed unDelphiX to my Delphi 2010, but I can\'t run even a simple example program, I always an error message:
I have my own visual component. It has many published 开发者_JAVA百科properties and events. I want them to be shown in the specified standard categories of Object Inspector at design-time (Visual, Lay
Our company have a software that has been in development for over 10 years, so there are some really dated stuff in there. It\'s still quite functional and everything, but I see the 开发者_StackOverfl
How can I change a user variable like $(Test) via code, using a compiler directive or via project options?
I am using an automated build tool called Automated Build 开发者_运维问答Studio. I have defined in the Delphi IDE, as you can see in the screenshot, a user variable $(PLKFW) which points to a specif
I\'m working on a project that will have two user interfaces. Web (asp.net MVC) and Desktop (Delphi 2010). It was requested by the customer, so we need to开发者_如何学Python use Delphi.
We are trying to migrate Delphi 6 to Delphi 2010 with Rave Reports. Delphi 6 was using TReportPrinter to print the results. We don\'t have that Rave component in Delphi 2010.
I need to strip out all non standard text characers from a string. I need remove 开发者_运维百科all non ascii and control characters (except line feeds/carriage returns).And here\'s a variant of Cosmi
Hi I was using the Francois Piette\'s RasDial with Delphi 6, but it stopped working in Delphi 2010 How can I keep using these functions like before?