Questions tagged as 'delphi-10'

0
answers

Error with SHA1 certificate (Keystore) - Delphi 10 Berlin

I have a problem. I created an application in Delphi XE7 last year and created a Keystore certificate. Today I installed the Delphi 10 Berlin Trial and when trying to update my application it is not compiling with the correct certificate. I have...
asked by 06.05.2016 / 03:50
2
answers

Delphi Seattle problems with Sockets

[Delphi Seattle] I have a unit that has uses in Sockets (from a source that was in Delphi XE2), uses does not recognize ... does anyone know how to proceed? Note: Ai without this uses I have more problems because it does not recognize the TCusto...
asked by 26.10.2018 / 15:08
0
answers

How to play this Delphi code in Python or C

I'm developing a software for a ratchet, in the archives of it comes an example of the use of the DLL functions of it, however it is in Delphi. The following function gets a pointer to a structure called CONVFILEFORMAT FAR pF *, this structu...
asked by 19.10.2018 / 13:26
0
answers

How to "click" on a link (href) in the context of WebBrowser / Delphi?

Good afternoon! Would anyone know how to "simulate" a click on a link (href) in the context of WebBrowser / Delphi? It is worth mentioning that this link is a java script from behind and not a URL. Thank you!     
asked by 19.09.2018 / 22:20
1
answer

Regex to validate currency, fractional, accepting negatives

I will use it in Delphi 10.1. I was able to reach the expression below, but for lack of knowledge and practice, I'm not getting as far as I want. Regex: ^(^[\-]?[1-9]|0)(?:[0-9]{0,10}|0)(?:,\d{0,2})?$ I need to analyze whether the n...
asked by 17.07.2018 / 14:54
0
answers

Bluetooth Windows Socket - Can not connect to device: (10049)

I am having socket error problems with code 10049 when I try to connect a bluetooth SSP device, serial port service, in Delphi Tokyo 10.2 in the Windows environment using a TBluetoothSocket class. The error occurs at connection time (TBluetoothS...
asked by 17.07.2018 / 19:09
1
answer

FastReport 5.6.2 - Why did not you generate the .bpl files

I performed the FastReport procedures in Delphi 10.2 Compile the FastReport does not appear in the folder. What should be done? I followed these steps: In the FastReport folder I rejoice the recompile.exe in Administrator mode....
asked by 16.06.2018 / 15:19
0
answers

Delphi: Internal Error: AV004C8D4A-R00000020-0

I got the following error when compiling a project in Delphi 10.2.2:    [dcc32 Fatal Error] Internal Error: AV004C8D4A-R00000020-0. I have not found anything about this error code. Would anyone know what it's all about? Is De...
asked by 22.01.2018 / 17:20
1
answer

Virtual keyboard Android Firemonkey repeating words

We have an Android app that is experiencing typing problems after sending a message. The problem happens when we try to insert a new message, after entering the first character, TMemo automatically inserts the entire contents of the previous mes...
asked by 13.08.2018 / 18:35
2
answers

How to Connect to the database reading INI file

I need to make the console read the ini file to try to connect to the database in delphi 10.2 I do not know how to deal with delphi this link is the method where the database is link     
asked by 22.05.2018 / 18:24