Questions tagged as 'delphi'

0
answers

How to adjust the rectangle in the same position on the screen using CreateRectRgn?

I'm adding extra functionality to my remote assistance software for better interaction with my users. When I create a rectangle with a "hole" in Client.exe in my tests it is created successfully on another computer, but my problem is that...
asked by 16.12.2015 / 03:56
0
answers

Delphi - OAuth Authentication 1.0 - WooCommerce Api Rest [closed]

Hello, I'm trying to do a 'POST' in the WooCommerce Rest API using Delphi. I've done several tests using a lib. which I downloaded on link but without success. So, since there is now the 'RestClient' palette, I have tried with 'TRestClient', '...
asked by 26.10.2015 / 15:00
2
answers

Send text with Client Socket from one form that is displayed above another Form that is always on top

I'm having trouble sending text messages from a Client Socket . The form that sends the text is always displayed above the form that always stays on the top, when FormOnTop does not exist (not shown), works fine, since FormOnTop e...
asked by 07.11.2015 / 14:06
0
answers

GetProcAddress in external processes

I would like to know if there are any alternatives to GetProcAddress to use in external processes? Something like: GetProcAddress(handle,GetModuleHandle('user32.dll'),PChar('MessageBox')); Does anyone know?     
asked by 11.10.2015 / 06:43
1
answer

Error sending mail function

I have the following code to send an email in delphi, but it gives an error (attached) at the end of the code after the last end. I'm using the latest version of delphi and it informs me if it starts, try ends are closed. What can cause this?...
asked by 29.10.2015 / 16:49
0
answers

Socket.ReceiveLength subtracting 4 bytes

Good evening guys, I'm having problems on the receiving part of the file which is as follows: The file is sent correctly to the server application with all the original content, it happens that when I'm debugging the server application wit...
asked by 25.09.2015 / 03:44
0
answers

INTENT call not found [closed]

The application delphi calls a java application activity and in the call it presents the following error:    android.content.ActivityNotFoundException: Unable to find explicity activity class {com.embarcadero.pedro.mostraparametrob / actMostr...
asked by 28.09.2015 / 00:32
0
answers

Unidac uniQuery component does not return keygenerator value

I'm having trouble inserting into Firebird using Devart's uniQuery component (Delphi 7 with Unidac). The field that is the primary key is in the fieds of the query and the configuration of the component is like this: CAMPO_ID : ProviderFlags...
asked by 25.11.2015 / 19:36
1
answer

Delphi Unit Test

I'm implementing DUnit in the company and my question is this: is there any way to do the click of the button for a "ShowMessage" of a form I get, but I would like it when the showmessage window appears, I could program the click of this button...
asked by 17.11.2015 / 12:11
0
answers

how does Zconnectongroup work?

Has anyone ever used zconnectiongroup? I have to import several cvs files into the FB database, Then I thought about importing in several connections, to be faster (since each connection would use a core). I saw this zconnectiongroup, and fro...
asked by 24.09.2015 / 19:49