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

jvPluginSystem not installable in delphi 10 Seattle

I installed JCL/JVCL in my Delphi 10 Seattle, first from getit, later manually. I cannot install the jvPluginSystem design package. All packages work well but this design package produces an EAccessVialolation in jclDeveloperTools. I double checked…
MichaSchumann
  • 1,361
  • 1
  • 17
  • 36
0
votes
1 answer

SaveTo StringHelper?

I need a StringHelper which saves a string to a file: var s: string; begin s := 'Some text'; s.SaveTo('C:\MyText.txt'); end; Unfortunately, this is not possible. Is it possible to add such a StringHelper?
user1580348
  • 5,721
  • 4
  • 43
  • 105
0
votes
1 answer

Runtime allocation of OnTAP event Delphi Seattle

I am using Firemonkey and I would like to allocate the OnTap Event to an object at Runtime. The code that i have tries is basically the same as the one i use for the OnClick event: Header at the top : procedure txtHostClick(Sender:…
0
votes
1 answer

FastReport Master-Detail ClientDataSet Show Master Records with Empty Detail

I have 2 ClientDataSet Master and Detail and I use FastReport to print the report the problem is FatReport print only Records with details I have some Master record doesn't have details and I still want to show them in report So how can I print…
0
votes
0 answers

TFont Size/Height issue on different DPI settings

Here's the problem. A TFont object is saved (streamed to a file) on a 96 DPI resolution with Size property set to 9pt. Then DPI is changed to 192 and when object is deserialized, its Size property value becomes 5pt. Environment: app is a VCL forms…
djsoft
  • 1,051
  • 8
  • 19
0
votes
2 answers

Logging MenuItem OnClick Event

I have a project (Delphi 10 Seattle, win32) with a many menus and many items in those menus. Some of the menu items are created at design time, some of them at run time. What I'm looking to do is log some information about the TMenuItem, such as…
Clayton Johnson
  • 279
  • 4
  • 16
0
votes
1 answer

Show Aggregate from another ClientDataSet

I work on a project contain 2 ClientDataSet the first ClientDataSet1 contain a field with type DataSet set to ClientDataSet2 I want show sum of field (Value) in ClientDataSet2 in field (Sum) in ClientDataSet1 Now I use aggregate to get the sum but I…
Delphi Lover
  • 85
  • 1
  • 11
0
votes
1 answer

TJvAppXMLFileStorage OnGetFileName event never executed

In Delphi 10 Seattle, with JVCL 3.48, after having implemented TJvAppXMLFileStorage OnGetFileName event handler, it never gets executed: procedure TForm1.JvAppXMLFileStorage1GetFileName(Sender: TJvCustomAppStorage; var FileName:…
user1580348
  • 5,721
  • 4
  • 43
  • 105
0
votes
1 answer

Delphi 10 Seattle crash when I click on Options > Provisioning

When I click on the Options > Provisioning menu, Delphi seems to connect to PAServer, then quickly show 3 errors messages : Rad Studio stopped working then : EOSError exception in module rtl230.bpl at 0004DC21. System error. Code : 5. Access…
0
votes
2 answers

Removing properties from Object Inspector

I bought the TMS Component pack and want to hide some component properties from displaying in the object inspector. I am using UnlistPublishedProperty to hide them. It works most of the time. But for some reason e.g. Anchors or StyleSettings are…
Tommy
  • 596
  • 6
  • 30
0
votes
1 answer

Firemonkey Hints don't work in Delphi Seattle, for a project converted from XE7

I opened this demo in Delphi Seattle and it works like it should. When I open my program, and include the demo form it doesnt work. I cannot add hints to my controls. procedure TMainForm.FormCreate(Sender: TObject); …
r_j
  • 1,348
  • 15
  • 35
0
votes
1 answer

formatting data on TChart Delphi Seattle FMX

Using a TChart, on the yAxis, I have data ranging in integer value from 0 - 100,000. How can I format the label on the TChart in such a way that if the range of the current series is from 10,000-100,000 it reads on the chart as 10k, 50k, 90, 100k,…
ThisGuy
  • 1,405
  • 1
  • 24
  • 51
0
votes
1 answer

Delphi - How to get service ObjectID from class TAndroidService?

Does anyone know how to get service ObjectID (JNI Object) or JService from TAndroidService in Delphi? Thank you very much for your advice and answers.
KJAN
  • 227
  • 4
  • 15
0
votes
3 answers

How send Message to android local background service in Delphi?

I know how to send data to a remote background android service: . . FServiceConnection: TRemoteServiceConnection; . . procedure TForm1.Button1Click(Sender: TObject); const GET_STRING = 1234; var LMessage: JMessage; begin FServiceConnection :=…
KJAN
  • 227
  • 4
  • 15
0
votes
1 answer

Finalbuilder 8 fails to load Delphi 10 Seattle project file

Since we upgraded finalbuilder to version 8, and Delphi to version 10 Seattle, we are getting error messages when trying to edit actiom properties in our finalbuilder project. Failed to load MSBuild project file: …
Bascy
  • 2,017
  • 1
  • 21
  • 46