Skip to main content
0 votes
1 answer
170 views

I am writing a set of routines to print my visual component (TStringGrid descendant) with an ability to see its print preview. The preview is done using TPaintBox. I want that drawing utilized my ...
Petro K's user avatar
  • 332
0 votes
0 answers
65 views

After installing Windows 11 Update 24H2, I have not been able to work with a COM Library developed with C# and accessed from Delphi. The failure occurs when I do a Where filter using a numeric ...
KE50's user avatar
  • 564
0 votes
2 answers
106 views

In Delphi XE7, I'm saving content of a TWebBrowser to a local HTML file: function WB_SaveAs_HTML(WB:TWebBrowser; const FileName : string):boolean; var PersistStream: IPersistStreamInit; Stream: ...
Jacek U's user avatar
  • 83
0 votes
0 answers
165 views

I want to know the field definitions (field names, types, and sizes) for a group of PostgreSQL (it seems the database type does not really matter, it could be Oracle or SQL Server) tables using ...
Petro K's user avatar
  • 332
1 vote
0 answers
81 views

Regular service written in Delphi XE7 (windows 10 22H2). In OnStart Event I create some objects, I read inifile etc. StartType = stAuto. Windows service set up: automatically. When my service state is:...
Jacek U's user avatar
  • 83
1 vote
0 answers
133 views

I need to increase the font size of my menus (TMainMenu, TPopupMenu) and I cannot figure out how to do it correctly. I thought I don't need to draw the menu items completely, so I just assigned ...
Petro K's user avatar
  • 332
2 votes
2 answers
125 views

I use THTTPRIO in Delphi XE7 to get data from a SOAP server. I try the request with SoapUI without a problem. POST /ClientServices/ClientServPort.svc HTTP/1.1 Accept-Encoding: gzip,deflate Content-...
user2417750's user avatar
1 vote
1 answer
211 views

I'm searching for a bug in a big legacy product. The end user only reports a program crash (no error messages). When I start the program with attached debugger I get this: Im Projekt XXXXX.exe ist ...
White's user avatar
  • 389
0 votes
1 answer
1k views

I have what seems to be a simple task - to make an HTTPS request, but I encountered an error: Socket Error #10054 Connection reset by peer Moreover, this error does not occur every time; out of 30 ...
Aidyn's user avatar
  • 5
2 votes
1 answer
105 views

Using a runtime created TRichEdit descendant, I need to be notified when the EN_PROTECTED notification message is sent to the RichEdit. As far as I know, it should be sent to the RichEdit wrapping any ...
Fabrizio's user avatar
  • 8,073
1 vote
2 answers
281 views

I am trying to use XE7 to connect to an in-house REDCap server. REDCap has a detailed description of the API at https://education.arcus.chop.edu/redcap-api/ and a test server at https://bbmc.ouhsc.edu/...
Mr Gee's user avatar
  • 13
0 votes
0 answers
425 views

I want to use Delphi mqtt ssl client to connect to a secure mqtt broker for which I got a certificate (.crt). I have got an mqtt client component (pjde/delphi-mqtt on github) but don't know how to ...
Andrew Ivy's user avatar
0 votes
0 answers
125 views

Using RAD Studio XE7, I need to post files using the TRESTRequest component. Unfortunately, I did not find a AddFile() method in this version of the component. So, I have to find a solution that ...
Giovanni's user avatar
1 vote
1 answer
475 views

I would like to ask if Delphi Indy ftp idFTP.GET can preserve the file's created and modified date? If not, how can I accomplish this? Thanks!
rardark's user avatar
  • 41
2 votes
0 answers
172 views

Recently i have completed the migration of my company's project, from Delphi XE7 to Alexandria 11.1. After a couple of releases, some customers with bigger databases complained for delays at opening ...
stmpakir's user avatar
  • 329

15 30 50 per page
1
2 3 4 5
61