Most voted "embarcadero" questions
14 questions
Sort by count of
-
8
votes2
answers221
viewsError trying to host app on itunes
We made an iPhone app with Embarcadero xe10 + PHP, but when trying to host it on: He was turned down for not supporting IPV6. I joined the site…
-
4
votes1
answer128
viewsExample Delphi scrollform is not working in version 10.2
I have an App (Android) developed in the version Delphi 10.1, where I used the examples of Scrollform (so that the layout moves together with the android virtual keyboard not to cover the edits),…
-
3
votes1
answer84
viewsDirectshow9 Delphi 7 error
Good afternoon, you guys! I’m having an error compiling my project in Delhphi 7, when I compile it gives me the following error Fatal [Fatal Error] AUTOINSTALLER.dpr(6): Unit Directshow9 was…
-
2
votes1
answer588
viewsDelphi - Make a Thread that plays a song in a loop
I managed to make a Thread that plays the song, but only once. If I put a loop on it I have several errors, like the 1400. It seems that the thread does not close when you close Form1, because the…
-
1
votes1
answer526
viewsHow to use a C++ API?
I’ve been researching several websites that explain how to use an API, but for some reason I’m doing it wrong. I would like to know how to use the WM_PASTE Windows API to block Mouse Paste(Ctrl+v)…
-
1
votes1
answer1768
viewsWhat is the difference between Savedialog and Filesavedialog in Delphi?
I’ve used both components, both Savedialog and Filesavedialog for the same tasks, without noticing any difference between them, except that Filesavedialog is not compatible with Windows XP, the…
-
1
votes1
answer56
viewsAccess Violation in module 'Dbxcommondriver220.dpl'
I’m having trouble using Firebird in Embarcadero C++ XE8. Error: Access violation in module 'DBXCommondriver220.dpl'
-
1
votes0
answers112
viewsUsing libraries . jar in Embarcadero
Good afternoon to all Searching found several spoken posts about java2po and its function of converting libraries . jar to Delphi language. I managed to perform the conversion of some libraries that…
-
1
votes2
answers186
viewsCreate field only in Dataset with default value
How I create a field in the ClientDataSet that is not in the database and I leave it with a default value? I need a field like FLAG_EXEMPLO standard’S' only that I cannot create the same in the…
-
0
votes1
answer28
viewsCall to 'Ansireplacestr' is ambiguous
After switching RAD Studio XE8 to RAD Studio 10 Seattle I got the following error: [bcc64 Error] Unit1.cpp(425): call to 'AnsiReplaceStr' is ambiguous System.StrUtils.hpp(51): candidate function…
-
0
votes0
answers38
viewsContent visualization at Delphi Seattle
I’m trying to solve a detail of a mobile project I have, which is developed in Delphi Seattle. I would like to know if there is the possibility of dynamically changing (by native component, paid or…
-
0
votes1
answer191
viewsError: interface not supported. Delphi 10.2 Tokyo
Error while trying to save Delphi 10.2 tools=> options window I’ve tried reinstalling the IDE image to see if it’s resellery. I can only close the window if "Cancel" the operation. Does anyone…
-
0
votes1
answer336
viewsProblem when deleting from memory a Tobjectlist<Tlabel>
I’m having a problem clearing a Tobjectlist< Tlabel from memory, specifically the Objectlist of the type Tlabel. I created two Objectlist, added an item and tried to clear them from memory:…
-
0
votes1
answer66
viewsBde package reference error in Delphi
I need to recompile a legacy application that came from a company we acquired. In this project has the reference to what I believe to be the package (Comic), that as far as I know has been…