delphi-2006
starting and stopping the screensaver
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:[详细]
2023-01-12 03:08 分类:问答Progress feedback in stateless HTTP session
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.[详细]
2023-01-10 00:55 分类:问答Why use string[1] rather than string while using readbuffer
I am having a record 开发者_开发百科like this TEmf_SrectchDIBits = packed record rEMF_STRETCHDI_BITS: TEMRStretchDIBits;[详细]
2023-01-06 18:12 分类:问答Register custom form in delphi 2010 with ToolsApi
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[详细]
2023-01-04 14:15 分类:问答When I add a TPanel to a TToolBar, do I get a TPanel or a TToolButton?
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.[详细]
2023-01-03 23:51 分类:问答Delphi debug a wrong unit
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[详细]
2022-12-25 22:45 分类:问答BDS 2006 webservice compatible with ws-i basic profile 1.0?
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[详细]
2022-12-25 16:38 分类:问答sprintf in Delphi?
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.[详细]
2022-12-24 11:36 分类:问答Delphi 10, .NET, how do I convert a hex UTF-8 string to its unicode character?
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.[详细]
2022-12-22 20:03 分类:问答How to download a file over HTTPS using Indy 10 and OpenSSL?
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:[详细]
2022-12-20 08:07 分类:问答