Skip to main content
-4 votes
1 answer
121 views

I have a project that have a main form as mdichild with a menu. Each item of that menu create a mdichild form. In that main form i have components, like panel, stringgrid etc The problem is: when that ...
ZinkPT's user avatar
  • 17
0 votes
1 answer
152 views

Goal: Try to get Camera enumeration and image capture to work with a Delphi program. This means the need to use COM classes from the 2 DLLs: mf.dll and mfplat.dll, since Microsoft implemented Media ...
AHiismak's user avatar
  • 145
-4 votes
2 answers
201 views

In designtime I use a second panel inside of another panel to be as a header. What I want is when user press mouse button inside the second panel both are moved and for that I use this in OnMouseDown ...
ZinkPT's user avatar
  • 17
0 votes
0 answers
100 views

I want to create a component creator program, and so i want to have a combobox with default delphi 7 components, and that it branches into the properties that belong to the selected component in the ...
Flip Temmeruit's user avatar
0 votes
0 answers
92 views

I have recently upgraded my application from Delphi 7 to Delphi 10.4. My application launches VBA 6.5, which kind of is hosted within Delphi (i.e. it vanishes along with the main application). I am ...
Ashok kumar's user avatar
1 vote
0 answers
109 views

We are getting weak Cryptographic Algorithm from Bloomberg eventhough the Ciphers are updated on the server. We are connecting to SFTP through Delphi 7 code. procedure TSFTP.Connect(Host,Port,UserName,...
VSR's user avatar
  • 11
0 votes
0 answers
30 views

I have a couple of old programs to keep alive so I reinstalled Delphi 7 Architect on my new Windows 11 Pro computer. Delphi says its unregistered, and I've found a copy of the old 'reg 103.txt' ...
cerdal's user avatar
  • 1
0 votes
1 answer
56 views

I am getting this error when exiting my application. I am using delphi 7 with ZEOSLIB 8, PostgreSQL database ver 16. The Delphi statement I use for loading blobs from database into bitbutton blobs is ...
Johan Bresler's user avatar
0 votes
1 answer
203 views

I have a directory, it's the main directory (let's call it programs). In the main directory, I have many subdirectories (let's call them program1, program2, and so on). In every subdirectory, I have ...
zaoui34's user avatar
  • 13
0 votes
0 answers
65 views

I have a DB Grid attached to a IB Query Data Source which works 100% My issue is I'm trying to get the clicked cells column index, but whatever I do I always get column[0] I have tried the following :-...
Spike's user avatar
  • 1
0 votes
1 answer
163 views

I'm trying to send a print command to Zebra using EPL: For Windows I use the following command: Type test.txt > "\\desktop-AB123\ZDesigner ZD230-203dpi ZPL" test.txt N R30,10 D10 A210,0,...
Matheus Vieira's user avatar
1 vote
0 answers
156 views

I want to see pictures inside TImage at design-time on the form, but not to compile them into the exe file, because it increases the exe file significantly. I load these pictures at runtime anyway. Of ...
lyborko's user avatar
  • 2,629
1 vote
1 answer
92 views

I have an Edit that when the user right clicks on the text I need to set the edit.selstart position. The edit.mousedown does not seem to set it but edit.click does. So if a user left clicked on the ...
Steve's user avatar
  • 652
0 votes
0 answers
179 views

Over the past 15 years, I have been writing and maintaining an MDI application written in Delphi 7 that accesses a database. The program runs fine and I have no problems (normally) in adding or ...
No'am Newman's user avatar
  • 6,497
1 vote
2 answers
125 views

I have a DLL file created in Delphi 7.0 like this: Function TransInvoices(JSONText : PWideChar) : PChar; stdcall; var dm : TdmData; Begin dm := TdmData.create(Nil); Try Result := dm.Trans(...
Osama Ghazal's user avatar

15 30 50 per page
1
2 3 4 5
207