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
1
vote
1 answer

Can I do my coursework with a newer Delphi version than my school uses?

We started at school learning Pascal using Delphi 7 (which is old little bit) and when I checked Wikipedia and Delphi website it seems like there is other versions and the last one which was released on August 31 is Delphi 10 Seattle . So my…
user3832856
  • 173
  • 3
  • 12
1
vote
1 answer

How to check and hang-up/reject incoming/outgoing calls on Android in Delphi?

Is there any solution to programmatically check and hang-up/reject incoming/outgoing calls on Android in Delphi?
pudnivec74
  • 845
  • 1
  • 8
  • 22
1
vote
2 answers

Query with SQL Server 2008 R2 with FireDAC

I'm new to Firedac but not with Delphi I can make a connection with SQL Server, and when I connect, there is no problem. I get connection OK. It works with code, with the wizard and with the FireDAC explorer. The name of the database is :…
1
vote
1 answer

Convert UTF16 to Windows 1250

I have a file, which I open with FileStream and I modify the text. The standard encoding of this is UTF16. After this, I would like to upload the modified file somewhere, but that has to be in a Windows-1250 format. How is it possible to convert…
Oh nooo
  • 478
  • 5
  • 19
1
vote
0 answers

Delphi DX Seattle FMX - Datasnap Sample - ExecProc - [Value] overflow error

I'm running Delphi DX Seattle and I was having a look at the data-snap sample Samples\Object Pascal\DataSnap\FireDAC\SampleDataSnapFireDAC_ProjectGroup.groupproj I'm not worried about actually reversing a string, just wondering why the data snap…
Dangas56
  • 849
  • 1
  • 8
  • 32
1
vote
0 answers

How to add a child control to a TActionToolBar?

I have a TActionManager setup with various actions which are then displayed in both a TActionMainMenuBar and a TActionToolBar. What I require is to be able to display a TComboBox as a child to the TActionToolBar. I tried creating a new…
Craig
  • 1,874
  • 13
  • 41
1
vote
1 answer

Delphi ListView style with Horizontal Separator Lines

I'm doing a mobile application with Delphi Seattle 10, and emerged me a doubt in the style of the ListView. When a Listview is empty, it looks like this,without filling all horizontal separators lines, like this : and I wonder if its possible, I…
elcharlie
  • 511
  • 8
  • 25
1
vote
1 answer

Delphi 10 Seattle - [dcc32 Error] E2161 Error: RLINK32: Unsupported 16bit resource in file "C:\Development\Testing\Unit1.dfm"

I have an issue with the compile of a long running project which is now showing the error indicated above. The issue arises from a specific component which is in herrited from TCombobox. If I place the component in on a blank form with no other…
JessExec
  • 35
  • 1
  • 2
1
vote
0 answers

Delphi Seattle 10 TRESTRequest error inside Webbroker ISAPI dll

We have an ISAPI webbroker application developed in Delphi Seattle 10. It has support for sign in using SSO Azure. We use TRest components to get the accesscode and graph data. It works most of them time , but 1 or 2 times per day it gives us this…
bsw
  • 153
  • 13
1
vote
1 answer

Delphi Seattle cannot reference default FMX class

While trying to implement Notifications at my project, Delphi Seattle can't reference FMX.Notification properly. This is what I get: [DCC Fatal Error] UnitMain.pas(27): F2613 Unit 'FMX.Notification' not found. And then it makes an automatically…
Machado
  • 14,105
  • 13
  • 56
  • 97
1
vote
0 answers

Delphi Firemonkey: how to find all references to a Form under ARC?

I know about DisposeOf (described in many places including this SO answer) to free the Form, but consider it as a hack. From what I understand it puts the object in Zombie state and might not completely remove it from memory. The correct way would…
Hans
  • 2,220
  • 13
  • 33
1
vote
1 answer

How to set transparentedit style to a TEdit in firemonkey?

When developing a Windows or iOS application in Delphi Seattle 10 we can easily create a transparent TEdit by setting it's StyleLookup property into transparentedit. However, it doesn't change anything when developing for Android. How do we create a…
Machado
  • 14,105
  • 13
  • 56
  • 97
1
vote
2 answers

Using formatting on a string, which has a '%' sign already

I have a string, which stores my SQL code, and it looks like this: 'SELECT * FROM myTable WHERE myField LIKE '%2015' AND myOtherField = %d' First question: How can I use formatting on myOtherField only? The code below does not seem to ignore the…
Oh nooo
  • 478
  • 5
  • 19
1
vote
3 answers

Delphi 10 Seattle trial fails to compile anything, gives an MSBuild error

I downloaded and installed the Delphi 10 trial. However, every time I try to build anything at all, I get this: MSBuildToolsPath is not specified for the ToolsVersion "12.0" defined at…
BenGrasset91
  • 75
  • 1
  • 4
1
vote
2 answers

Delphi 10 Seattle in iOS9 (External Exception 434C4E47432B2B00)

I created a simple application that accesses a DataSnap server. When I run in simulator (iOS 9) or iPad 2 (iOS 9.0.1), everything works perfectly. When I run on the iPhone 5, an error message appears when connecting to DataSnap Server (External…