Questions tagged as 'delphi'

1
answer

The object does not support the property or method in Google's api util.js

I have an application in Delphi XE7 that loads a map of google to generate route in the TWebBrowser, however to generate the route it is shown only that it generates error when it is going to put the described path in the element. I tried using...
asked by 26.05.2016 / 00:49
1
answer

Antivirus removes the program after installation / upgrade [closed]

Before, excuse me if it's not the place, but I'm not getting results in my searches for this situation. Well, I have an uncomfortable situation, I have a system developed in Delphi 7 and in the process of installing or updating the program on...
asked by 11.02.2016 / 14:38
1
answer

Tcc Antivirus Prevent Completing Delphi Process

I am completing a project, creating an application that simulates an antivirus. The application is in Delphi, what I want to know is how antiviruses do to register a process as a user system, and when you click on finalize the process appears...
asked by 11.02.2016 / 07:39
1
answer

Magical Property- Insert properties into another component

I'm working with flowpanel on Delphi and I noticed that it adds an additional property in objectInspector , control index , to objects inserted in it. I wanted to know how this is done, if I ever needed the feature,...
asked by 14.04.2016 / 19:45
1
answer

How to check the UNEXISTENCE of a directory on an FTP server in Delphi?

I use Delphi and Lazarus to create my applications, what should I do to verify the nonexistence of a directory contained on an FTP Server ? For example, when you check the nonexistence of a local file , use the following c...
asked by 03.04.2016 / 02:32
1
answer

How to load array items in the list box?

I have TCheckListBox and when it is checked I save the options in an Array. I need to click on a "List" button, Array elements (marked options of TCheckListBox ) are listed in TListBox . It should look something like this:...
asked by 13.01.2016 / 15:27
1
answer

BeforePost writing wrong information

In my Delphi application, when I break an agreement with my Client, I must update the operations data! So I start by deleting some data from the Client, the problem happens just in this part: procedure TDMClientes.QOperacoesBeforePost(DataS...
asked by 18.02.2016 / 17:15
1
answer

TWebbrowser load html pages (forms) in sequence

I have a TWebBrowser component in the form that loads a page html (a Form ), automatically populates the data and sends it through the WebBrowser1.OleObject.Document.all.Item('enviar', 0).Click; After the respons...
asked by 11.01.2016 / 19:27
2
answers

Problem to destroy Delphi DM

In the system we use the Delphi DM to do SQL commands, however they are called screen-saver, and sometimes one screen uses the other (or more). But this causes memory overflow, to solve, I'm killing the DM after closing the screen, but have some...
asked by 24.11.2015 / 18:53
1
answer

SQL Query Displays all logs

I have an application that should show in a dbgrid only the id that is equal to the service order and has the same id in another table: The ID_OrdemServico comes from the ordem_servico table by foreign key to pecas_ordem_serv...
asked by 26.11.2015 / 02:04