Questions tagged as 'delphi-xe4'

1
answer

Delphi - Merge two tables from different databases

I have a Firebird (F) database with professional data: Nome, Idade, CBO I have a Paradox (P) table with occupancy data: CBO, Descrição What I want to do is merge these two tables so that it stays: Nome, Idade, CBO, Descrição where...
asked by 26.11.2016 / 19:48
1
answer

How to put 3D effects in Delphi applications?

Hello, I have noticed that some applications in Delphi have graphical effects on the forms in such a way that as soon as the cursor passes over an image, for example, a wave appears around it, I have seen this a few times and wanted to know how t...
asked by 09.06.2015 / 20:00
2
answers

How to program mobile with Delphi?

Hello, I know that Delphi XE4 creates mobile applications for IOS, but does it do the same for Android mobile? And if so, what is the name of the tool?     
asked by 12.06.2015 / 17:44
1
answer

About the TADCommand and TADTableAdapter components, what are they, what are they for?

In the component suite purchased by Embarcadero for Delphi , FireDAC , there are two components you would like to know about them. They are the TADCommand and TADTableAdapter . What are they, what are these components...
asked by 10.05.2014 / 02:21
1
answer

How to put shadow on a label in Delphi?

Hello, I wanted to know how to put shadow on a label in Delphi like this one in the image below:     
asked by 21.06.2015 / 03:27
2
answers

Error in insert with ADOCommand

In Delphi XE4, SQL Server 12, connected by ADOConnect . ADOCommand1.commandText being 'insert into tabela (a,b,c) (1,1,1)' Works as expected if a record already exists. But if it is the first record the message appears:...
asked by 04.05.2014 / 14:03