I created one service which is running in one server and I need to copy directory from another server to directory in this server through this service. The service is failed when finding directory spe
Ho开发者_JS百科w to select a paragraph on several lines. Paragraphs are limited by number and not by #10 + *#13? Selection fear to beby clickingor by mouse flying over the paragraph.Basically if you u
In order to write a MIDI sequencer I need a steady pulse that calls a timing routine that has absolute priority over anything else in the program and preferrably over anything in the computer. I do th
i have 2 parts application, Delphi and C, and i have 2 questions 1. what is the fastest way to pass parameters to Del开发者_开发问答phi?
I\'m using delphi at the moment and have a program that connects to another program (a server) which has the mysql database on it and sends the data back to the client. I have a web server开发者_如何学
I am using the WIA 2.0 library within Delphi XE to automate scanning. I am using the \"ShowAcquireImage\" function to provide an image to be saved to disc. I want to save the image in a compressed for
I\'m just trying to use delphi XE, before that I\'ve been a big fan of Delphi7. I see the new dbgrid allows to use themed and gradient styles.
What is the best way to write a no-op statement in Delphi? Take this code: if a=b then SomeOldStatement else
I have a WCF (.net 3.5) service that implements security through ws-security. I have generated a WSDL file for consumption by a client created in Delhi v7.0.I have been having a number of issues with
I want to use some units in both older and newer versions of Delphi. 开发者_Python百科Since a recent Delphi version, Utf8Decode throws a deprecated warning which advises to switch to Utf8ToString. Pro