Most voted "delphi-xe4" questions
None
Learn more…16 questions
Sort by count of
-
8
votes1
answer1524
viewsHow to change mouse cursor icon when passing over link?
Information: I have a table with the employee data. There is a column of this table, where the emails are contained, they have a direct link on Outlook. The component I’m using in my table is the…
-
6
votes3
answers7489
viewsHow do I make a Delphi application run as an administrator?
I’m using Delphi XE4 and have no idea how to get an application to ask administrative permission for Windows 7 to run, I searched websites and bolgs, but I couldn’t find the answer! Help me please!…
-
4
votes1
answer2075
viewsHow to use Tfdjsondatasets in Delphi XE4?
Explanation Today I was seeing an example called FireDACJSONReflect in the Samples folder of Delphi XE6 and I saw that it was very interesting how the server communicated with the client and I would…
-
4
votes1
answer3054
viewsHow to use Windows variables in Delphi?
Hello, I’m creating a project on Delphi, However, it needs to create some files, it wouldn’t give a good impression if it did this where it is, so I need these files to be created in the temporary…
-
4
votes1
answer1342
viewsHow to leave a semi-transparent Delphi form?
Hello, to make it easier to understand see the example of the image below, thank you for reading my question!…
-
3
votes2
answers1098
viewsUnable to load dbxmss.dll in Delphi XE4
When trying to connect, in Delphi XE4, a Tsqlconection with MSSQL, it asks user and password. After ok, appears: Unable to load dbxmss.dll I already searched the computer and there is this dll, nor…
-
3
votes1
answer794
viewsDbedit apparently not linked to Tadoquery
I have a ADOConnection, one ADODataSet, DataSource, ADOQuery, one DBGrid and a DBEdit. The DBEdit is with the property DataField = numero. A button with the test: AdoQuery1.close;…
-
3
votes2
answers755
viewsHow to display letters from removable disk drives in Delphi?
Hello, I need to have a "Combobox" display the letter of the volumes of the pen drives that may eventually be connected to the computer, how can I do this?
-
2
votes1
answer262
viewsAbout Tadeventalert from the Firedac component suite. What is it and what is it for?
Continuing to wonder about components of FireDAC, component suite purchased by Embarcadero to the Delphi, would like to know about the TADEventAlert. What is the purpose of this component, and…
-
2
votes1
answer1219
viewsHow to download from Delphi?
Hi, I created an application on Delphi, but she needs to download some files I have on a website, but I have no idea how to do this, please help me. Thank you for reading my question!…
-
2
votes1
answer383
viewsDelphi - Join two different database tables
I have a Firebird (F) database with professional data: Nome, Idade, CBO I have a Paradox table (P) with occupation data: CBO, Descrição What I want to do is unite these two tables in a way that…
-
1
votes1
answer308
viewsAbout the Tadcommand and Tadtableadapter components, what are they, what are they for?
In the components suite purchased by Embarcadero for the Delphi, the FireDAC, there are two components I would like to know about them. Are they the TADCommand and TADTableAdapter. What are, what…
-
1
votes1
answer303
viewsHow to put 3D effects in Delphi applications?
Hello, I have noticed that some applications in Delphi have graphic effects in the forms in such a way that as soon as the cursor passes over an image, for example, around it appears a ripple, I…
-
1
votes2
answers993
viewsHow to program mobile with Delphi?
Hi, I know Delphi XE4 creates mobile apps for IOS, but does it do the same thing for Android mobile? And you do what the tool’s name is?
-
0
votes2
answers315
viewsInsert error with Adocommand
In Delphi XE4, SQL Server 12, connected by ADOConnect. ADOCommand1.commandText being 'insert into tabela (a,b,c) (1,1,1)' It works as expected if a record already exists. But if it is the first…
-
0
votes1
answer761
viewsHow to put shade on a "label" in Delphi?
Hello, I was wondering how to put shadow on a "label" in Delphi like this image below: