Questions tagged as 'delphi-xe6'

3
answers

How to make a Delphi application run as an administrator?

I'm using Delphi XE4 and I have no idea how to make an application ask administrative permission to Windows 7 to run, I looked at websites and bolgs, but I did not find the answer! Help me please!     
asked by 29.05.2015 / 21:28
1
answer

dbExpress Migration to FireDAC

I'm migrating from a dbExpress system to FireDAC , the system is in three tiers >), I have changed components on the server side from SQLConnection to FDConnection , and SQLDataset to FDQuery , on the client side t...
asked by 13.10.2015 / 04:39
1
answer

Creating run-time bat and process in delphi

I have two functions that create a file bat and execute it, but I just can not create the process ( CreateProcess returns False ) and I can not identify the error. I use Windows 7, 64-bit. Should I change some parameter in...
asked by 29.03.2015 / 05:20
1
answer

How do I download Delphi through FTP servers with authentication?

I have some files on an FTP server on Hostinger, and these files have been left there since links from FTP servers never change. As they are very important to make updates to my application, Delphi should download them.     
asked by 23.08.2015 / 21:08
1
answer

How to remove all references from deleted forms of the parent form?

I have my generic form and I have several others that visually inherit their components. When I delete a component in the parent form and open an heir I get this message: I can click OK and confirm that the component has been delete...
asked by 14.01.2016 / 04:37
2
answers

How to round off a float value in Firemonkey Mobile Delphi XE6?

I'm doing a mobile application for android requests in Delphi XE6, in this application I make a discount calculation, which divides the amount of Discount given by 100 minus the total value, but the value of the price is already coming brittle f...
asked by 26.01.2015 / 17:46
2
answers

Error message when closing application

I have this code that I use on a login screen, which when the user uses the correct password, it directs to the main screen, so everything okay, it works perfectly, but when I fecho the application it displays a message of the code.   ...
asked by 20.05.2016 / 16:28
1
answer

Creating real-time TEdit and OnEnter action

Lately I've been developing a mobile app, and I need to create a real-time%% with the predefined action function. So far I can create, but without the TEdit action function. Here is the code: procedure CriarEdit; var tipo:TForm;...
asked by 27.10.2014 / 23:22
1
answer

Changes in source code are ignored by the compiler

I have a small project in Delphi 2006, and I migrated it to Delphi XE6. However, from this migration, I realized that changes I make in source code, such as changes in form title, messages, or even in logical conditions are not included in the g...
asked by 30.06.2014 / 15:18
3
answers

Create objects in Runtime faster

I'm developing a unit for a biometric reader. When giving the CREATE, the unit create several objects in runtime within TabSheet. Everything is running perfectly, but by loading the objects you can see blinking / drawing on the screen. Has anyon...
asked by 04.07.2017 / 17:38