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++.

155 questions
7
votes
1 answer

Delphi Version number central but other info decentral

Background Upto RS10.3 I used to use Andreas Hausladen DDevExtensions to set my version number in my project sources to be the same for all modules (bpl's/exe), but unfortunately Andreas has stopped updating his tool for RS10.4 and later. So I am…
H.Hasenack
  • 892
  • 5
  • 21
7
votes
2 answers

Delphi 10 Seattle do NOT open last used project on start

I'm new to Delphi, coming from Visual Studio it's a simple question (I guess): how do I prevent Delphi 10 Seattle to open last use project(group) when I start the IDE? I've found some information about the .dsk file and what it does: The .dsk file…
ArieKanarie
  • 799
  • 10
  • 25
6
votes
2 answers

Delphi: define const double from binary representation

Background I want to create a unit test to test some rtl aspects of Delphi, and in order to do this I want to use very specific IEEE floating point values that I want to create directly from their binary representation. I have come up so far with…
H.Hasenack
  • 892
  • 5
  • 21
5
votes
1 answer

Create a borderless form without losing Windows commands

I've changed my form to a borderless form, I just changed the BorderStyle property to bsNone, but now my application loses the windows anchor and some commands like WIN + ↑ (Align the form Client) WIN + ↓ (Minimize the form) WIN + →(Align the…
Matheus Ribeiro
  • 352
  • 1
  • 4
  • 14
4
votes
2 answers

Delphi FreeAndNil: Looking for an alternate implementation

NOTE: Bear with me, I feel a little "flame grilled" due to some discussions over here and here and some issues I reported here and here. Some background Ye olde (pre 10.4) FreeAndNil looked like this: FreeAndNil(var SomeObject) The new and fresh…
4
votes
4 answers

Firemonkey & Android 64-bit requirement

Starting August 1, 2019: All new apps and app updates that include native code are required to provide 64-bit versions in addition to 32-bit versions when publishing to Google Play. How in a Firemonkey application, can I set app to meet 64-bit…
Pointer
  • 1,743
  • 1
  • 23
  • 45
3
votes
1 answer

Debugging a package during component installation

I need to build old components made for BCB6 (Borland C++ Builder 6) in Embarcadero RAD Studio XE5. Projects are CPP- projects, and the component code is contained in the *.PAS - files. The project contain 6 packages: three packages a design…
Range
  • 313
  • 5
  • 15
3
votes
2 answers

Delphi declare Unit in Project (DPR) visible entire Solution

Exists the possibility for declare (uses) a UNIT in Project (.DPR or other location) and show in All Forms? (without necessary redeclare uses in Form the Form), a Global UNIT declarated one time in Project and visible to All Form/Units.
3
votes
1 answer

Cannot install iOS SDK for RAD Studio 10.2 Tokyo

We recently purchased a new license of RAD Studio Tokyo and installed version 10.2 Update 3 on Windows 10 Pro. We purchased the product specifically for the capability of targeting both Windows and iOS, but so far we can only target Windows. The…
ardnew
  • 1,780
  • 16
  • 26
2
votes
0 answers

Expected Blob got Clob rest services

In database, I have column blob, I need with rest services to send image from device to my database. In rest services I have parameter PAR_BLOB, I'm try convert Byte to String and get error Expected Blob got Clob function BytesToStr(abytes:…
babayaro
  • 141
  • 7
2
votes
3 answers

FMX debugging Can't bind address, Address already in use

First time debugging from PC to Mobile Phone work fine, when try again get error. Any solution how fix this when try more debugging.
user_odoo
  • 2,058
  • 23
  • 46
2
votes
1 answer

RAD SERVER 10.4.1 " E2597(SystemPath)\ld-linux.exe: error: cannot find -lz " deploying to Linux 64

I am trying to re-compiling some API in the 10.4.1 for Ubutun 18.04.4 LTS ( builded in RAD SERVER 10.3), but ever API who has this lib "REST.Response.Adapter" the compiler fails and i get this error : [DCC Error] E2597 C:\Program Files…
2
votes
2 answers

TDBNavigator background transparency color error

When I add a TDBNavigator to my project, and mark the option FLAT = TRUE, immediately the background colour of my TDBNavigator changes to black, totally losing its characteristic. When I run the application, TDBNavigator is as shown in the picture,…
borgomeister
  • 798
  • 5
  • 11
2
votes
1 answer

Capturing HTML POST with Delphi?

I want to get the post value that I send in HTML with Delphi. I am using TIdHTTPServer. My goal is to get the data sent by POST. But there is a problem. I send it as "form-data" with a tool like the picture below. Capturing the POST…
2
votes
1 answer

RAD Studio operation error during community edition iinstall

I'm trying to install RAD Studio on Windows 10. I have the community edition and a license code for it. Every time I attempt to install I get the following error: I have no idea why this happening and can't find anything via Google or their forums.…
BugHunterUK
  • 6,765
  • 7
  • 41
  • 94
1
2 3
10 11