I have two stringlists that I wish to synchronize, so that equal lines get the same index, while different lines will be kept in the list where they originally were, and the other stringlist should ge
I\'d like to delete the line with pathid=\"2\" in the rowpath section... <?xml version=\"1.0\" encoding=\"utf-8\"?>
How detected name of modern chipsets in system开发者_如何学JAVA (Delphi)WMI (Windows Management Instrumentation) have routines to detect computer hardware.
In Delphi it is possible to declare subranges for integer values. For example: type myInt = 2..150 Which restricts values of myInt type to values from 2 to 150. But what if I want to restrict the l
i need to get paper status information from a printer. I have a list of esc/pos commands. I\'m trying to send these comands with escape function
Is there a way ( ole or component ) to view Atocad 2004-2011 drawings inside Delphi ap开发者_如何学Cplication ?I don\'t know for sure, but if you have AutoCad installed on your PC, try importing the A
This question already has answers here: Closed 11 years ago. Possible Duplicate: Generics constructor with parameter constraint?
How can I draw a line ? This code does not display anything : var my_point_1, my_point_2: tPointF; Canvas.Stroke.Color := claBlue;
OK, this is something that is best explained with an image... I am looking for a function similar to StretchBlt but where i can copy an image to a canvas defining the four corners of the destinatio
Using WM_COPYDATA to pass command line params to another app instance with Delphi XE as follows: function DAppInstance.SendParamsToPrevInstance(AWindowHandle: THandle): Boolean;