delphi
Set a "TEXT" in Rave Report to a Edit1.text on a Delphi form when printing
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.[详细]
2023-04-12 05:07 分类:问答iterate over IHTMLElementCollection
is there a way to iterate over IHTMLElementCollection? such as var e : IHTMLLinkElement; elementCollection:IH开发者_如何转开发TMLElementCollection;[详细]
2023-04-12 03:32 分类:问答Remove the last comma in SQL UPDATE statement using StrUtils in Delphi
Assume that we have this SQL statement: UPDATE article SET saison=\'12E\', mode=\'ECH\', client=\'SAS\', WHERE ID=\'3448fe81-1bec-e011-8546-001f3ccf8f20\'[详细]
2023-04-12 02:17 分类:问答Search the memory of another process
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?[详细]
2023-04-12 01:59 分类:问答Compiling for both x86 and x64
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.[详细]
2023-04-12 00:33 分类:问答delphi typinfo SetPropValue
Hi I have a problem with this code: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,[详细]
2023-04-12 00:19 分类:问答How can I strip leading zeros from a hexadecimal string?
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[详细]
2023-04-12 00:11 分类:问答error converting varchar to numeric : SQL Server 2008
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 + \'\'\',[详细]
2023-04-11 23:51 分类:问答What can change my floating point control word behind my back?
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[详细]
2023-04-11 23:39 分类:问答WinInet wrapper for FTP in Delphi
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[详细]
2023-04-11 23:07 分类:问答