Questions tagged [delphi-10.1-berlin]

Delphi 10.1 Berlin is a specific version of Delphi released in April 2016.

Delphi 10.1 Berlin 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.

580 questions
0
votes
0 answers

How to fit an image loaded from sqlite blob field in Delphi 10.1 Berlin TImageViewer?

I am trying to show a previously saved image in a blob field with Delphi's TImageViewer component. I am developing with Delphi 10.1 Berlin. The image does not fit in the TImageViewer component, even using the BestFit command, as shown below. The…
RicardoPin
  • 21
  • 4
0
votes
1 answer

startActivityForResult, result not within main thread

I'm using Delphi 10.1 Berlin. Everything was OK under XE7. Now when I start an activity, the result seems to be handled within a thread, and a synchronization/Queue would hang whole application. Since I need to display a…
Darkendorf
  • 463
  • 11
  • 28
0
votes
1 answer

Delphi 'Cannot resolve unit name 'FireDac.phys.mysql'

I want to build my project to an android application within Delphi Berlin 10.1. The only thing is that when I change my target platform to Android it 'Cannot resolve unit name 'FireDac.phys.mysql'. While everything is ok and I can build in the…
THchen
  • 11
  • 1
  • 6
0
votes
1 answer

Firemonkey "No Debug Info"

When debugging a Firemonkey app (a bouncing ball), a minute or so into the ball moving around, this message begins to pour out to the EventLog: Module Load: D3DCOMPILER_47.dll. No Debug Info. Base Address: $14D50000. Process bo.exe (13824) Thread…
user3810626
  • 6,798
  • 3
  • 14
  • 19
0
votes
1 answer

How to redirect the app to location sensor settings in android using delphi

I'm using Delphi 10.1 Berlin for developing android mobile application. And in that I need to check if the location sensor is not switched ON, then I need to redirect to the Location sensor Settings in android mobile. How can I able to implement…
test12345
  • 367
  • 1
  • 21
0
votes
2 answers

Delphi 10.1 Berlin Fast Report - TfrxDesigner Component Missing

I could not find TfrxDesigner Component in my Tool Palette. What should I do? Im using Embarcadero® RAD Studio 10.1 Berlin Version 24.0.22858.6822.
user4621642
0
votes
2 answers

Delphi 10.1 Berlin Fast Report - Show Multiple Records in One Page

Below is the design of my report. When clicking the preview button, it shows one record every page. How to make it display multiple records until the page is fully occupied, and then the next record will be on the next page? I want something like…
user4621642
0
votes
1 answer

UTF-8 string displayed as backslash followed by numbers "\0646" in Delphi Berlin?

Can some help me with the right way to correctly display UTF-8 unicode string ? I am calling a procedure that receives a text string from web service. The procedure works fine a string is received perfectly. However, since the string contains an…
0
votes
2 answers

Delphi 10.1 Berlin Fast Report: Database Values not Showing in MasterData Band

Im a newbie and I was using Fast Report in Delphi 10.1 Berlin. I successfully connected it to my database. When the text connected to the data set is placed in the PageHeader Band, the database value was displayed in the report preview. See images…
user4621642
0
votes
1 answer

install_failed_older_sdk error Delphi 10.1 Berlin

i'm using Delphi 10.1 Berlin for Android programming. When clicking compile the project get older sdk error. I can not change AndoridManifest.xml because the file loading dynamicly and recreating when run project. Delphi XE7 no problem but Delphi…
Baris
  • 11
  • 1
  • 6
0
votes
1 answer

How to replace global variables with properties in TCheckBox?

I have a Checkbox1 that I would like to customize that when user clicks on Caption (text) of checkbox it doesn't change it's state (checked/unchecked), but only it does when clicked on the actual checkbox square. Here is current code with 2 global…
Mike Torrettinni
  • 1,816
  • 2
  • 17
  • 47
0
votes
1 answer

delphi fmx DrawBitmap function

On the exemple below, you can see that the application draws two bitmaps (Yellow and Blue) of 256x256 pixels side by side horizontally (0-255 and 256-511) on a red backgroud rectangle (512x260). There is no scaling. The question is, why a vertical…
epo2001
  • 9
  • 1
  • 4
0
votes
0 answers

FMXTee.Import.pas(894): E2003 Undeclared identifier: 'Grid'

I tried to compile file FMXTee.Import.pas from TeeChart 9 for XE10 Seattle using XE10.1 Berlin and get error : [dcc32 Error] FMXTee.Import.pas(894): E2003 Undeclared identifier: 'Grid' at the following syntax (in file FMXTee.Import.pas) : result :=…
0
votes
1 answer

DBX Error in Delphi Berlin 64bit compiler: Driver could not be properly initialized. When connecting to a Oracle 12c DB Server

I got the stopper error below in my apps. I used Delphi Berlin 64bit compiler. And also used the dbxora.dll as dbxpress driver default from embarcadero. Connected to Oracle 12c DB server using TSQLConnection component. DBX Error: Driver could not…
0
votes
0 answers

How to set visible=true when a component is selected in the structure panel?

I would like to change the property visible of a component when I select it in the structure panel. I know for example that when I select a component in the structure panel then the parent of my component will receive 2 new objects (to draw the…
zeus
  • 12,173
  • 9
  • 63
  • 184