I\'m using Delphi 2009 and the lastest Indy 10 from svn to send e-mails using SMTP, but it doesn\'t work with Gmail (Go开发者_运维技巧ogle Apps hosted domain). When I try to send an e-mail I get \"Mus
I wonder what sort of operator overloads are possible (and with what version of Delphi)? Thanks to Hallvard\'s great write-up on operator overloading, I know of :
There\'s a function, written in C++ and compiled as DLL, which I want to use in my Delphi application.
I define a server method: TServerMethod = class(TPersistent) public function EchoString(Value: string): string;
We have a medium-to-large size application.One version runs on Delphi 6 and another one on Delphi 2006.
Closed. This question is opinion-based. It is not currently accepting answ开发者_JAVA技巧ers. Want to improve this question? Update the question so it can be answered with facts and citati
I have a PNG image that uses transparency (it is actually a circle with gradient effect from black in the middle, to transparent on the margins). I am putting this on a form using TImage. I set TForm1
In a Delphi application we are working on we have a big structure of related objects. Some of the properties of these objects have values which are calculated at runtime and I am looking for a way to
I have a project with a lot of frames, and when I reload my project, they are resized to a width and height of 443x270, or thereabout.
I set up a project and ran it, and looked at it in Process Explorer, and it turns out it\'s using about 开发者_StackOverflow5x more RAM than I would have guessed, just to start up.Now if my program\'s