Questions tagged as 'delphi-xe5'

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
2
answers

Difficulty in running the emulator for Android

I can not run the Android emulator emulator. If I try to run the application I get a message from IDE :    The Selected Emulator is not running. Do you want to start it? Of course, you do not have an emulator running, and the IDE...
asked by 18.05.2014 / 00:10
3
answers

DELPHI MVC (ECB)

I would like to know if anyone knows how to implement the MVC (ECB) pattern in Delphi. I use DelphiXE5 and would like to make it as scalable as possible, and I know one of the solutions is to make it an MVC application. Any suggestion? Source? E...
asked by 11.07.2014 / 16:35
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
1
answer

UPDATE syntax error in delphi (MySQL)

Good night .... I'm using a procedure in msm style for all modules of my software using the msm structure of UPDATE and they all worked, but when I went to do the system users update this is returning me the error: syntax of the incorrect UPDATE...
asked by 08.11.2016 / 00:55
1
answer

Match rows of two DBGrids

I have 2 dbgrids in different places. However, the first DBGrid contains all the information (all the titles I've searched for). And in the second DBGrid, it contains the specific information about that title (number of parcels). DBGrid1:...
asked by 23.09.2014 / 13:42
1
answer

Validate categories with regular expression

I'd like to know how to validate categories with regular expressions. So I have a list of categories separated by commas. Each word must have a maximum of 20 characters, I need to validate each comma if the word has alphanumeric characters. I...
asked by 08.08.2015 / 23:17
1
answer

Conversion of struct with struct nested to record

I have a small "constraint" on a project I'm working on. We received a DLL written in C so we could communicate with readers of that company.  Attached, came an example written in Borland C ++ 6, which works correctly. The problem is to use this...
asked by 01.07.2014 / 02:12
1
answer

How to convert Delphi reports?

Does anyone know of any way to convert reports made in Delphi-5.0 / QuickReport to DlphiSE5 with Fastreport? Thanks     
asked by 18.08.2015 / 18:51
1
answer

How to log in delphi system

I am new to Delphi and noticed that there is no presence of use of variables like date readers in this language as in VB. I am making a procedure to login to the system. The connection to the bank is already ready and functional my...
asked by 03.09.2016 / 19:28