Is there a way to set a certain text like text1 on a Rave Report to a certain Edit.text on aDelphi form you print from in your Delphi application.
is there a way to iterate over IHTMLElementCollection? such as var e : IHTMLLinkElement; elementCollection:IH开发者_如何转开发TMLElementCollection;
Assume that we have this SQL statement: UPDATE article SET saison=\'12E\', mode=\'ECH\', client=\'SAS\', WHERE ID=\'3448fe81-1bec-e011-8546-001f3ccf8f20\'
Is there a fast way to search/scan the memory of a process for a specific value, find the location of this value, edit and save it?
Is it possible to set up the compiler in such a way so it compiles the executable/DLL for both x86 and x64? I mean, one file suitable for both platforms.
Hi I have a problem with this code: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
If I have a string as \'0000FFFF\' or \'0000F0F0\', how can have the output be respectively \'FFFF\' an开发者_运维问答d \'F0F0\', deleting the non-significant 0 from it?This function will strip leadin
I have this SQL statement but it return :\"error converting varchar to numeric\" ADOTailles.SQL.Text := \'INSERT INTO tailles (numOF, taille, quantite, prixVente) VALUES(\'\'\' + numOF.Text + \'\'\',
I have a 32 bit Windows application, written primarily in Delphi, which performs floating point numerical simulations using the 8087 FPU. I have recently added the ability to link in external Python c
Give advice, please. I want to develop FTP / SFTP / FTPS client download manager in Delphi on WinInet. On what better to do (Indy, ISC Components, WinInet ...)? May already have solution开发者_JS百科s