Questions tagged [rad-studio]

Use this tag if you have questions about RAD Studio features and functionality. DO NOT use it if you have questions about how to write code in RAD Studio. Please mention the version you're using.

RAD Studio is a suite of development tools developed by Embarcadero. Can be used to develop applications in Delphi or C++.

231 questions
1
vote
2 answers

How to run a console program that using JNI bridge which is packed in an Android APK package?

Follow-up to my previous question: How to run a console program which is packed in an Android APK package? In my app written in C++Builder 11.2, I might have found a way to run a console program which is packed in the APK. The console program,…
1
vote
2 answers

How can I change the Font of a TListBox's items?

I'm building an app with RAD Studio 11, but I can't find a way to change the item font of my TListBox. I tried to change TListBox.Font in the Object Inspector, but when I select my TListBox called ingredientsDataBase in the Object Inspector, I can…
Loststar
  • 57
  • 9
1
vote
0 answers

Why does TDisplay.Index differ from the Windows Index?

I want to list the displays on a system in the same sequence as they are indexed on Windows Settings. I have two monitors attached to my system, but in Delphi the Screen.Displays array appears to be in the wrong sequence E.G. With two horizontally…
Ballinger
  • 11
  • 1
1
vote
1 answer

RAD Studio 10.4.2 Community Edition cannot make a new delphi project

Submenu File -> New contains only "Other..." and "Customize" items. How to correct this? My OS is Windows 10.0.17763.107. Old version is 10.2 with same problem. Installed new version 10.4.2, in process of installation of Delphi Community, I have…
1
vote
1 answer

Is there a way to find where an object of a certain type is being destroyed?

When working on a big codebase, it's hard to keep track of where an object is being destroyed, especially if you didn't write the code yourself. Is there a way to search through a project and find all places where a variable of a certain type is…
KleberPF
  • 120
  • 1
  • 7
1
vote
0 answers

Defining a custom URL scheme for your app

I'm looking for a way to change how my app handles URL scheme in FMX when a user clicks a URL. Scenario, user clicks a Wikipedia link inside app and the safari in IOS opens up the default app if present Wikipedia to view the link instead of just…
Rob
  • 31
  • 4
1
vote
1 answer

Delphi component as shown in RAD Studio

The "File >New >Other..." command of the IDE environment, shows the following image: In the image, two areas (A) and (B) are observed. I am interested in using area control (B). I assumed it was a TListView control, but I haven't been able to…
Yako
  • 23
  • 4
1
vote
1 answer

Memory leak if VCL Exception object is thrown with Message

I find it hard to believe, but code that throws a VCL Exception somehow leaks memory. Have created a MVE to convince myself that this is really happening. So here's a basic C++ console application, using VCL, that just repeatedly throws the same…
E. van Putten
  • 615
  • 7
  • 17
1
vote
0 answers

Add a digital signature to PDF file from Delphi

I have purchased a digital signature and have the dongle for it. I have a Delphi project from which I generate invoice PDF and I need to add that digital signature to the pdf files created. Is there any way I can do this programmatically using…
S. B.
  • 186
  • 1
  • 12
1
vote
1 answer

C++ Builder 11 - TCheckBox Scales When Form Scaled is False - Work around?

I submitted a bug (RSP-30892) to Embarcadero over 1.5 years ago (since Rad Studio 10.4) regarding the following issue: TCheckBox is scaling when it shouldn't when Windows 10 is set to 150% scaling. The form property is set to Scaled=false, the…
1
vote
1 answer

Cannot modify Desktops in Rad Studio 11.1

I am running Windows 11 and I have Rad Studio 11.1 installed. Since 11.1 I am unable to save my desktop. Has anyone else seen this and does anyone know of a work round? It seems to me that the application is not reading or writing to the .dst…
John Barrat
  • 810
  • 4
  • 15
1
vote
0 answers

"[PAClient Error] Error: E0776" - PARAMETER_ERROR.INVALID

When I deploy an app from RAD Studio 11.0 to Xcode 13.2.1 on a remote macOS machine, through PAServer, I get following error: [PAClient Error] Error: E0776 2022-03-01 11:05:28.836 xcodebuild[3909:39218] [MT] IDEDistribution: -[IDEDistributionLogging…
bluish
  • 26,356
  • 27
  • 122
  • 180
1
vote
1 answer

ERROR ITMS-90475: Invalid bundle, with RAD Studio

I created an app with RAD Studio. I'm trying to publish it to the App Store. When I try to upload it with Transporter application I verify the package and I obtain following error: ERROR ITMS-90475: Invalid bundle. Apps that support Multitasking…
bluish
  • 26,356
  • 27
  • 122
  • 180
1
vote
1 answer

Delphi-Rad Studio-Android- Create some Buttons at runtime and use the properties values

In the android app, I'm creating some buttons (the quantity of the buttons that will be created depends on some info I'm getting from a server and it's possible to change every time I use the app, so the quantity of buttons may change). The info I'm…
Antonis
  • 55
  • 5
1
vote
0 answers

Can I set breakpoints and debug FireDAC source code?

When I create SQL FireDAC Query and call Open; procedure, it takes very long to execute SQL Query. I wanted to set breakpoints in RAD Studio in FireDAC.Comp.Client Unit to see what is wrong, but breakpoints are not valid and program doesn't stop at…
Niko
  • 69
  • 7
1 2
3
15 16