close
Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
88 views

I have a big Delphi project with some non-modal dialogs holding many input fields. When generating a 32-bit application, all works fine. Now the project needs to make a switch to 64-bit. When ...
Iaman Swtrse's user avatar
2 votes
1 answer
112 views

The value shown in an attached grid is updated when using ObjectDataSet.FieldByName('Description').AsString:='Bob'; But not when calling ObjectDataSet.GetCurrentModel<TSaleLine>.Description:...
Richard Shuck's user avatar
3 votes
0 answers
192 views

How to get a continuous screenshot of a window that is not visible on the screen (offscreen)? I have the following code that initially seemed to work, but this got only the first frame (when the ...
JOTA's user avatar
  • 43
0 votes
1 answer
145 views

I have a TWebBrowser with the .Silent property set to True, but it's still popping up the message Revocation information for the security certificate for this site is not available. Do you want to ...
Héctor C.'s user avatar
2 votes
0 answers
122 views

I’m deploying an iOS app built with Delphi (FMX) using PAServer. The app includes a Notification Service Extension (.appex). The build succeeds, but the export step fails with: error: exportArchive &...
zeus's user avatar
  • 13.4k
Best practices
0 votes
5 replies
209 views

I'm building a fmx app in Delphi 12.2. I would like to create a view hierarchy that includes a 3rd party generic TForm descendent. This 3rd party TForm does not have an fmx file. It does not appear ...
David U's user avatar
  • 1,003
Best practices
1 vote
6 replies
260 views

I am wondering what the best approach is to writing a Delphi service (using the TService class) to load my basic driver that simply writes a message to a file on disk. No network access is needed, or ...
WayOfTheWright's user avatar
Advice
0 votes
5 replies
155 views

Posting this because I could not find an answer and code produced by two AIs I queried, would not compile. And when I did get it to compile it crashed at some point. I needed to hook TBitmap.Create ...
Mark's user avatar
  • 123
0 votes
1 answer
362 views

I'm using Delphi Tokio 10.2.3 and using a THTTPRIO component to consume a SOAP webservice. I need/must use Bearer token authentication on the request, because the service was changed from basic ...
Carlos Matos's user avatar
3 votes
1 answer
159 views

I want to be able to register a scoped singleton which would work like TSingletonPerThreadLifetimeManager does, but is freed when it goes out of scope. I want to have the ability to treat certain ...
Richard Shuck's user avatar
0 votes
1 answer
242 views

I have a project using CEF4Delphi that uses a custom Open/Save dialog when downloading a file. This is the event when I create the custom form procedure TMainForm.ChromiumDownloadUpdated(Sender: ...
Héctor C.'s user avatar
Advice
0 votes
8 replies
254 views

We're planning a phased migration of a large Delphi application to C#/.NET. The migration strategy involves: Running Delphi and C# side-by-side during transition (12-24 months) Using RemObjects ...
sumeet's user avatar
  • 151
0 votes
1 answer
207 views

Is there any way to highlight various non-contiguous cells in Delphi's TCalendar component at the same time? And not only the actual day? I need to let the user mark different days in different cells, ...
Moore's user avatar
  • 343
Best practices
1 vote
11 replies
351 views

We have developed Delphi projects in Lithuanian (Baltic) local Windows machines and our Delphi *.pas files have been in "format ANSI" and they, of course, contained Lithuanian constants as ...
TomR's user avatar
  • 3,394
3 votes
2 answers
276 views

I've been tasked to dynamically style buttons to be different colors with Delphi code in FMX I want a red TButton component. My first thought was to use a TRectangle instead of a TButton, but then my ...
user31362432's user avatar

15 30 50 per page
1
2 3 4 5
3504