Questions tagged [delphi-10-seattle]

Delphi 10 Seattle is a specific version of Delphi released in August 2015

Delphi 10.0 Seattle supports development of applications covering Windows 32-bit and 64-bit, 32-bit, 32-bit and 64-bit, and 32-bit. Windows applications may be built using either the framework or the (FMX) framework, whereas the rest of the supported platforms are built under the Firemonkey framework only.

Always use the tag alongside this tag.

626 questions
0
votes
1 answer

How to use a library made in Delphi in an asp.net application?

One asp.net application I am writing must serve a pdf file and an drawing (dxf AutoCAD file) both created with a Delphi program. Just to clarify the scenario: I have skilled Delphi developers so I assigned them the task to create the programs who…
UnDiUdin
  • 14,924
  • 39
  • 151
  • 249
0
votes
0 answers

Strange security bug SQL Server 2008 and Delphi 10 Seattle

I met strange security result on my Delphi 10 Seattle using SQL Server 2008. I need read-only DB access, so made dedicated r/o user; ADO connection string in TADOConnection uses its credentials. Test query select system_user shows its…
0
votes
1 answer

Delphi 64bit DLL: OleCtrls events issues

I've converted a DLL from 32 bit to 64 bit having no problem, but when I load this DLL from a 64 bit application that occupies a large amount of memory the application crashes and closes itself when DLL is loaded. The DLL is a simple form with a…
ar099968
  • 6,963
  • 12
  • 64
  • 127
0
votes
0 answers

Overbyte NamedPipes; Send msg on a different thread

I'm fairly new to IPC(interprocess communication). Doing my research, I decided on the Named pipes. My application consists of 2 parts: a monitoring app, and a UI dashboard. The dashboard receives updates from the monitor constantly and shows stats,…
0
votes
1 answer

Extracting code from TWebAction for Synchronize()ing in main thread?

I'm having a hard time wrapping my head around using Synchronize from a TWebActionItem. My webservice is a visual program with form TFormWebServices var FormWebServices: TFormWebServices; This has a property FWebBrokerBridge:…
Jan Doggen
  • 8,799
  • 13
  • 70
  • 144
0
votes
2 answers

using serial number security in android app using delphi

This code is working in a Firemonkey Windows app, but doesn't work in Android app, i get Goodbye instead of Welcome, what is wrong? Edit8 Text : 162496 //Computer unique code Edit9 Text : 1564224593 //serial # procedure…
unknown
  • 65
  • 1
  • 2
  • 9
0
votes
0 answers

ShowModal form behind Showmodal form Delphi Firemonkey multi device project

In a FMX multi device project I show a form with ShowModal() and on an event of that form I call another form with ShowModal() without closing the 1st one. But this second form stays behind the first form. How can I set the 2nd form to be on top of…
Remi
  • 1,289
  • 1
  • 18
  • 52
0
votes
1 answer

Stop method after certain time in Delphi Datasnap Server Application

I've build a datasnap server application for handling data between a windows application and mobile apps. One method can take a while, and I want to be able to stop it after a certain time(Timeout). How can I achieve this?
Remi
  • 1,289
  • 1
  • 18
  • 52
0
votes
1 answer

Delphi Seattle FireDAC.Phys.MSSQL not found

I am having an issue with Embarcadero Seattle. I'm new to Delphi and I am debugging someone else's code. I've had to setup on a different computer then the one that was used previously for this project. [dcc32 Fatal Error] salesordermain.pas(14):…
Hippie
  • 83
  • 2
  • 7
0
votes
0 answers

Indy 10 projects being flagged as malware?

I recently had to update indy for my 22-year-old application now being written in D5. Well, that was fun but I needed TLS ver 1.2. With the new OpenSSL DLL's everything worked fine with D5 and Indy10. I am starting to play around with Delphi Seatle…
0
votes
0 answers

I want to deploy a file for an Android app to the Documents/MyApp folder using Embarcadero

I want to deploy an XML file with my Android application. I want to be able to move it after startup of the file to Done folder as I want to process the file only the first time I start the app. I want to deploy the file to a folder under the…
Rob Hofker
  • 31
  • 3
0
votes
1 answer

How i can Pass data from adotable to fast report in delphi 10 seattle

I have Delphi 10 seattle & i have a Form1 ,in the Form i have : ADOConnection1 ADOTable1 DBGrid1 frxreport1 How can i pass the data from the table into the report & show the report ? Thank you.
DZ_Dev
  • 1
  • 2
0
votes
2 answers

Delphi iOS IPv6 App Store Rejection

We are using RAD Studio 10.0 Seattle to build an iOS App that gets data via web services. Since Apple requires all apps to support IPv6 from 1 Jun 2016, our App update has been rejected. We are using the WSDL Importer to create the web service class…
Cheez
  • 1
  • 1
0
votes
0 answers

FMXTee.Import.pas(894): E2003 Undeclared identifier: 'Grid'

I tried to compile file FMXTee.Import.pas from TeeChart 9 for XE10 Seattle using XE10.1 Berlin and get error : [dcc32 Error] FMXTee.Import.pas(894): E2003 Undeclared identifier: 'Grid' at the following syntax (in file FMXTee.Import.pas) : result :=…
0
votes
0 answers

How to receive remote push notifications in android using GCM in Delphi 10

i am trying to send and receive remote push notifications using GCM services, when i had Delphi xe7 this method in the answer 2 in this question was working [Google Cloud Messaging in Delphi XE5?, but in Seattle it dosent, i get java errors,…