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

What is the purpose of raise Exception.Create at @Somefunction?

The official documentation says that: In general, the form of a raise statement is: raise object at address where object and at address are both optional... And later: Use this option to raise the exception from an earlier point in the stack I…
ventiseis
  • 3,029
  • 11
  • 32
  • 49
0
votes
1 answer

How to send a keystroke to another computer

I was trying to figure out how I can send a keystroke to another computer. All I see help for is how to send it to another application. can you output to the keyboard usb port?
user41758
  • 309
  • 1
  • 2
  • 8
0
votes
1 answer

Field name to string in Delphi XE10 Seattle

Is there some way to get the name of a field as a string? For example, if I have a class type TMyClass = Class private fMyField:string published procedure SomeProcedure end; And in the procedure SomeProcedure I would like to access…
MrKiloByte
  • 57
  • 9
0
votes
1 answer

Delphi 10 Seattle Database connection (DB2)

I'm Migrating my Delphi 2006 application to Delphi 10 Seattle. I have used TDatabase, TQuery and TUpdateSQL components in my application. When I replace these components with TFDConnection, TFDQuery and TFDUpdatesQL. I'm getting error SQL3008IN..…
Uma Maheswari
  • 21
  • 1
  • 1
  • 2
0
votes
2 answers

Delphi OTAPI AddMenuCreatorNotifier deprecated, what is the replacement?

I am following the CodeCentral article on how to extend the project menu in Delphi IDE, using IOTAProjectManager. The sample wizard code on code-central does this: procedure Register; begin FNotifierIndex := (BorlandIDEServices as…
Warren P
  • 65,725
  • 40
  • 181
  • 316
0
votes
1 answer

VirtualKeyboard not Show when focus Edit fields in Firemonkey project

I have a Firemonkey multi device project in Delphi 10 Seattle where the user can get a screen at the start of the app. Here the user needs to fill in 2 fields. But when I click on the edit fields the Virtual Keyboard isn't shown. If I skip this…
Remi
  • 1,289
  • 1
  • 18
  • 52
0
votes
0 answers

Get text from terminal window using WM_GETTEXT

I'm trying to get text from terminal window. https://www.attachmate.com/products/extra/ it looks like below: I'm using WM_GETTEXT to get text from this terminal window. As you can see above, the window has text (in green) but i'm not able to get…
jimsweb
  • 1,082
  • 2
  • 17
  • 37
0
votes
1 answer

"Stack overflow" error with Generic TList.Sort

I've implemented Generics.Defaults.TComparer for sorting a typed TList. However when calling the Sort method, it throws an exception "Stack overflow at..." Why is the Stack overflow error occurring? // Declarations TOrder = record ID:…
Steve F
  • 1,527
  • 1
  • 29
  • 55
0
votes
0 answers

Delphi weird issue with clipboard

I'm trying out to read window text (a console kind of window) using my application. This is how i do it. 1. Send Ctrl+a and then Ctrl + C using 'sendkey' to terminal // Ctrl + a keybd_event(VK_CONTROL, 0, 0,…
jimsweb
  • 1,082
  • 2
  • 17
  • 37
0
votes
1 answer

Japanese letters keep showing up?

I am getting some return text and its all in Japanese text. Is there a setting somewhere that would do this? For example Procedure form1.rec... Var ReCBuf:array[0..9999] of char; begin button1.enabled := true; If I stop it right there, and…
user41758
  • 309
  • 1
  • 2
  • 8
0
votes
2 answers

File download issue in TIdHttp using Delphi

I'm using Delphi 10 Seattle for developing android mobile application and desktop application. And as per the requirement i need to download the Mp3 file (may be 1 to 5 MB) and need to save the file in the mobile app which is created using…
test12345
  • 367
  • 1
  • 21
0
votes
1 answer

Android 6 Marshmallow with Delphi XE8

Is it possible to create an app for Android 6 using Delphi XE8 instead of Delphi 10? Now apps seem to crash on Android 6, but Delphi 10 apps seem to crash on older android versions. I have multiple Android SDK installed from 19(Android 4.4) till…
Remi
  • 1,289
  • 1
  • 18
  • 52
0
votes
2 answers

Delphi 10 64bit debug boolean properties issue

I wrote a 64 bit program and compiled for release. Ran the program and found an anomaly in the code so I switched to debug mode so I could trace through the code. I did a build and then "Run with debugging". I got an Access Violation on…
Tad Adams
  • 175
  • 2
  • 10
0
votes
1 answer

Delphi Seattle TCombobox Dropdowncount not working when using ownerdraw style

I have an owner-drawn TComboBox in Delphi Seattle which ignores any settings to the DropDownCount property. The height of the individual items is 59 pixels and the width is 311 pixels. I have 5 entries in the Items stringlist. Setting a value below…
0
votes
1 answer

GB-IP Function not working correctly

I have a GP-IB card in my PC connected to a DMM via GP-IB. I have ran diagnostician on the card and confirms it is working. I am able to control it threw there software test. Now I am trying to create a program to do it, but when it sends the…
user41758
  • 309
  • 1
  • 2
  • 8