Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
55 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
118 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
188 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
245 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
145 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
-2 votes
0 answers
191 views

I am in the process of developing a card game in Delphi. I am getting an access violation from the last line of the following code. The value being assigned at the time of the error into .Top is 500. ...
Skypilot65's user avatar
0 votes
1 answer
344 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
152 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
241 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
246 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
200 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
339 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
267 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
0 votes
0 answers
80 views

Delphi 10.2.3 Windows 10 with all current updates I am suddenly getting this exception in Unit Data.DBXEncryption function TPC1Cypher.Code(const I: Integer): Integer; Overflow occurs in the line below ...
CoryB's user avatar
  • 19
Tooling
0 votes
3 replies
195 views

We are working on an application in Delphi XE7, and we need to read and write data to Excel. We have been using HotXLS to export the data, but cannot get around to have it read the Excel data. We have ...
Eli Kihara's user avatar

15 30 50 per page
1
2 3 4 5
3505