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

TClientDataset.ApplyUpdates fails with 'SQL not supported' when using SQLDirect components

After updating from DelphiXE2 to Delphi Seattle 10 Update 1 we have issues executing TClientDataSet ApplyUpdates calls when using the SQLDirect components version 6.4.5 I made a small test app. Components: TDBGrid -> TDataSource -> TClientDataSet ->…
Jan Doggen
  • 8,799
  • 13
  • 70
  • 144
0
votes
1 answer

Custom property only trigger read statement

So, I'm trying to make a component that will do the job on setting the settings of a excel, libreoffice, etc... cells. At first I just wanted to set the value, but now, I need to change cell background color, change font name, style, set a formula,…
0
votes
0 answers

Delphi 10 Seattle - little change in unit then all dcu file are recompiled

I have large project written in XE3 (about 2200 units). I did update IDE Delphi XE3 to Delphi 10 Seattle. When I adds or deletes methods in any unit (without form, without dfm) and I want running (F9), all units of project are compiling, this…
jagro
  • 1
  • 2
0
votes
1 answer

Is there any Option in Embarcadero Delphi Anchor Sides/AnchorToNeighbour

Is there any Option in Embarcadero Delphi Anchor Sides/AnchorToNeighbour? Currently, it is possible in Lazarus to anchor-align the components to Left-Right/Top Bottom etc to the neighboring components. I need some image screenshot or any functional…
0
votes
2 answers

starting an apk in a android delphi seattle application error

For several reasons I don't want to use the Google Play mechanism to upgrade an android application. So I decided to make my own system to download and upgrade an android application. Step 1: download the update .apk file. Step 2: put a button in…
Popa Ovidiu-Razvan
  • 475
  • 1
  • 5
  • 22
0
votes
2 answers

Create own Splashscreen Delphi 10 seattle

Instead of using the png images through the project options for a splashscreen I want to use my own Form for a splashscreen. I've found a solution for XE2 in the following link, but it doesn't work for Delphi 10 Seattle:…
Remi
  • 1,289
  • 1
  • 18
  • 52
0
votes
2 answers

How to assign a bitmap to TSpeedButton in Delphi Firemonkey

I am trying to assign a bitmap to a speedbutton in FMX Delphi. In design time, I create a TImageList, load my image and then assign one to the speedbutton. How do I do it programmatically?
John Kouraklis
  • 686
  • 4
  • 12
0
votes
1 answer

FMX form in VCL app via TFireMonkeyContainer - application freezing

I'm using the TFireMonkeyContainer control to embed a Firemonkey form inside a VCL application. Initially, everything works fine. However, whenever I do something which triggers a TChangeTabAction (to slide back and forth between tabs in a…
Jerry Dodge
  • 26,858
  • 31
  • 155
  • 327
0
votes
0 answers

Firemonkey GCM notification inside local android service

Is it possible possible to receive Google Cloud Messages within a local android service (TAndroidService)? I have tried it with TKinveyProvider and TPushServiceConnection, but when I debug it, I get an "Activity not found, maybe you are in a…
0
votes
0 answers

Extract plain text from .RTF file in a Delphi console application?

In a Delphi 10 Seattle console application with no visible console window, I need to extract plain text from a .RTF file. So I wrote this code: procedure ExtractPlainTextFromRTFFile(const ARTFFile, OutputTextFile: string); var RE:…
user1580348
  • 5,721
  • 4
  • 43
  • 105
0
votes
0 answers

Get the text content of any file?

With Delphi 10 Seattle, I need to get the text content of any file. I've tried with GetFileContentsFromIFilter in SPFilter.pas from http://develop.shorterpath.com/spfree/default.asp, but I could not get it to work: uses SPFilter; procedure…
user1580348
  • 5,721
  • 4
  • 43
  • 105
0
votes
0 answers

Create a composite firemonkey control in Delphi 10 Seattle

I want to create a composite control in FireMonkey following this example, where the control style is read from a resource file. This example works well when install the component with Delphi XE6, but when I install in Delphi 10 Seattle generates an…
A. Fornés
  • 183
  • 1
  • 8
0
votes
1 answer

Is it possible to strech/compress an interval of an axis in TChart?

I'd like to compress an interval of the left axis to underline graphically that values in that interval are less important then others. More precisely, if I have an Chart like TChart unmodified. Is is possible to compress the intervall 0-10 by an…
DRASIT
  • 13
  • 3
0
votes
1 answer

Adding a TeeChart function datasource causes access violation

I am using Delphi 10 Seattle Subscription Update 1 and TeeChart Standard v2015.15.150420 which came bundled with Delphi. I drop a TDBChart component on a new VCL application's blank form. I then use the sample code as outlined in the "Adding a…
Edrean Ernst
  • 370
  • 1
  • 14
0
votes
1 answer

Delphi Seattle, Compile Error: F2051 Unit System.SysUtils was compiled with a different version of "".GetMappedFileName

since some days, something weird happened. Problem: I always get "Compile Error: F2051 Unit System.SysUtils was compiled with a different version of “”.GetMappedFileName" No precise code line to mention. Also the same problem if I make a…
TimoGull
  • 39
  • 1
  • 9