Posts by André Angelucci • 129 points
8 posts
-
1
votes2
answers2645
viewsQ: Multiple transactions with Firedac?
I would like to work with multiple simultaneous transactions on Firedac, making decisions (rollbacks and commits) different for each one. Is it possible? Currently, I work as follows: try…
-
0
votes1
answer418
viewsQ: Delphi/Sendgrid integration
I’m trying to integrate a Delphi application with SendGrid. To configure the request I am using the RESTDebugger. I inform the Header Authorization="Bearer" + [minha chave] Content-Type =…
-
3
votes1
answer798
viewsA: Delphi - Find out if the application has administrator privileges.
Windows has a routine that returns if the user has administrator permissions, you can access it through Unit Shellapi by declaring the external routine in the Unit header as follows: function…
-
2
votes1
answer798
viewsQ: Delphi - Find out if the application has administrator privileges.
Good afternoon, I need to know if an application written in Delphi is running with administrator privileges or not. Does anyone know any way to get that information?
-
1
votes2
answers720
viewsA: Delphi - Thread exception handling
The problem was caused because the type of exception was not on "Exception", so do not fall into the block "on and:".
-
1
votes0
answers157
viewsQ: Delphi 10 startup error
I’m having a problem booting Delphi 10, it started to show the error attached after a Windows 10 update. Someone knows the solution?…
delphiasked André Angelucci 129 -
0
votes2
answers720
viewsQ: Delphi - Thread exception handling
I wrote a thread on Delphi with exceptions treatment, but when the exception happens the operation is aborted and does not fall into the except block. Is there any specific treatment of exceptions…
-
4
votes1
answer248
viewsQ: Timeout in processing
I’m doing an integration with SAT, when I can’t communicate with the equipment the application hangs. Is there any way I can stipulate a time limit for this process to run, canceling the operation…
delphiasked André Angelucci 129