Questions tagged as 'delphi'

0
answers

How to get the return of a POST sent by the Client (DataSnap REST)

I have a WebService Server REST developed by the IDE Embarcadero Delphi XE7 , I need to get the return of the POST from the client. I created the WebService from the DataSnap REST Application, when creating the project it comes w...
asked by 10.11.2016 / 14:10
0
answers

Delphi Chromium flash player

I'm building a simple browser with Chromium, but when I open a site in flash it asks to install the flash plugin, I was wondering if there is any way to load the flash so I do not need to install it on the computer, have some dll I do not know ....
asked by 07.11.2016 / 14:01
0
answers

Delphi xe with Tcomport [closed]

I'm doing an application in Delphi using Tcomport by the serial with rfid reader, tcomport reads the tags and throws it into component. I wanted to know if there is a way to connect ex directly; to tcom to appear reading the tag within an edi...
asked by 13.10.2016 / 17:49
1
answer

Generate digital signature file with delphi 7

I can list all digital certificates with CAPICOM , choose the certificate I want to use in the signature, get the file I want to sign, generate the md5 of it, I can even sign it, but I can not generate a% with% acknowledged. How cou...
asked by 14.10.2016 / 15:52
1
answer

Suspend process

I'm trying to suspend a process from windows to Delphi , but to no avail, I'm using the following code: function SuspendProcess(pid:dword):boolean; // Suspende processo pelo PID var module,module1:thandle; SusPendProcess:TNT...
asked by 27.08.2016 / 22:24
1
answer

Attach file using WebBrowser Delphi

I'm developing a tool to automate the sending of emails from the company, I wanted to know how to automatically load an attachment like this screenshot RememberthatIneedtouseTWebBrowser.Ineedittodothis,byclickingthebutton,itautomaticallyadds...
asked by 14.08.2016 / 08:36
0
answers

Select File by WebBrowser [closed]

I have an HTML file with the following code: <form method="post" action="recebe_upload.php" enctype="multipart/form-data"> <input type="file" name="arquivo" /> <input type="submit" value="Enviar" /> </form> When cl...
asked by 12.08.2016 / 03:12
1
answer

Regex - Regular Expression to get a block of text

How would a regex be to capture the block of variables declared in a delphi unit? The closest I got to this was using this var[^=]*[^\)]; but with no success. var Variavel1 : string; Variavel2, Variavel3: integer; Variavel4, Variavel...
asked by 16.07.2016 / 01:19
2
answers

Problem with form placement

I have an application that works as follows: There is a main form and I open "child" forms during execution, for registration, search, etc. The intent is always to open the child forms in the center of the main form, regardless of the size of th...
asked by 19.08.2016 / 19:45
1
answer

TbQuery back N records

In delphi if I give a TbQuery.prior it returns a record. But if I want to return N records, for example, I want to go back 5 records. Does anyone know if there is any method in delphi that does this?     
asked by 20.06.2016 / 20:44