Should have been simple I would have thought.I want to force the PC to go into screen saver mode, and exit it when conditions I am checking in by D2006) app come true.It doesn\'t seem to work:
I need to program a stateless server to execute remote methods. The client uses REST with a JSON parameter to pass the method name and its parameters. After servicing the result the session is closed.
I am having a record 开发者_开发百科like this TEmf_SrectchDIBits = packed record rEMF_STRETCHDI_BITS: TEMRStretchDIBits;
I have custom form which is descendant from TForm. I used ToolApi to register custom module and add it to repository. So far so good. But when I click on File->NewI can see my category with icon for m
When Delphi (2006) goes quantum: I\'ve got \"something\" that appears to be both a TToolBar and a TPanel, depending on how you observe it. I\'d like to understand what\'s going on.
This is an odd behaviour by my D2006 as it happens sometimes only. I have a project I want to debug. The file I want to debug is named \'Main.pas\'. I have another unrelated project with the same Unit
Are webservices written in BDS 2006 compatible with ws-i basic profile 1.0? Delphi seems to always add use=\"encoded\" to soap:body which is against this part of the specification: http://www.ws-i.or
Does anyone know a 100% clone of the C/C++ printf for Delphi? Yes, I know the System.Format function, but it handles things a little different.
I am trying to make my web app compatible with international languages and I am stuck with trying to convert escaped characters in my Delphi .NET DLL.
I have the following task: download a file using HTTPS and authentication. Indy seems the way to go but for some reason it doesn\'t work so far. I have the following in place: