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

Animation while closing Form in Android using Delphi

I'm using Delphi 10 seattle for developing Android mobile application. And in that I have form and while closing that form, I need to have any animation effect. I have seen TFloatAnimation but I didn't find any help files for using it. Please help…
0
votes
1 answer

FMX.Grid.TColumn.CellControlByRow function

I tried to compile file FMXTee.Chart.Grid.pas from TeeChart 9 for XE10 that used CellControlByRow function in FMX.Grid.pas for the following code : with TColumnAccess(Columns[Col]).CellControlByRow(Row).BoundsRect.BottomRight do begin ... end; I get…
0
votes
0 answers

How to call multiple post request inside an anonymous thread

how to execute multiple posts requests at the same time, this code sample is only represent a single anonymous thread, total are 15, however, even with one thread the post response becomes slower by time, at first it starts fast, then it slows down…
D.Luffy
  • 17
  • 1
0
votes
0 answers

TComboBox list won't drop down when using firemonkey styles in Delphi 10.1 Berlin

I'm having a problem with the FMX TComboBox component in Delphi 10.1 Berlin (and I've seen it in earlier XE versions as well). The problem is this. I create a new multi-platform project, drop a TComboBox on an empty form, add a few items to…
0
votes
0 answers

UI Ribbon throws an OLE Exception

Using facilities from Erik Van Bilsen (GitHub) to create a ribbon-style menu, and carefully following the instructions for incorporating a simple ribbon menu into a new VCL form application in Delphi 10.1, I run into an OLE exception (unspecified)…
0
votes
1 answer

Custom Column or Row for Grid - delphi 10.1 berlin

I am looking for a solution to create a custom column or row for a fmx.grid or fmx.stringgrid in Dlphi 10.1, like numberbox column. there are some explanations using CreateCellControl funtion, but not working in 10.1
hsh_Ar
  • 93
  • 7
0
votes
1 answer

Delphi Datasnap - How to customize JSON marshalling

In my Delphi 10.1 Berlin Datasnap REST application, I need to customize the JSON serializaton of an object. I would like to find a solution that makes use of the JSONReflect attribute, and doesn't involve the creation of Converters and Reverters for…
Danilo Casa
  • 506
  • 1
  • 9
  • 18
0
votes
0 answers

Using FireDac's onUpdateRecord and optionally execute default statements

I have a query that returns rows with an outer join. This causes records to exist in the results that don't really exist in the table. When those rows are changed FireDac sees the change as an Update instead of an insert. That behavior makes…
Mark Elder
  • 3,987
  • 1
  • 31
  • 47
0
votes
0 answers

How to run multi device app in rad 10 Berlin with Android as target?

I am trying to run a multi-device app in RAD Studio 10.1 Berlin. Below is what my target Platform looks like: I tried signing the app by creating a keystore file (I hope that's the way to do it) in "Project > Options > Provisioning". I want the…
0
votes
1 answer

Delphi Berlin EObjectiveC with message 'ObjectiveC class CTCallCenter could not be found

im using Delphi 10.1 Berlin Just running the PhoneDialer sample on an IOS Phone Embarcadero\Studio\18.0\Samples\Object Pascal\Mobile Snippets\PhoneDialer the app is crashing on startup if i run in debug mode im getting this error Debugger Exception…
Dangas56
  • 849
  • 1
  • 8
  • 32
0
votes
1 answer

Library folders for packages in Delphi 10.1 Berlin

It seems I don't understand how I should configure the library folders in Delphi. I created a package, I installed it in the IDE, I can drop it in a form and the project compiles. Then, I execute and I get an exception saying that one of the classes…
John Kouraklis
  • 686
  • 4
  • 12
0
votes
1 answer

Delphi Rtti with Ios 64 Bits

I have the following code , created in a new project with Delphi Berlin (10.1): Procedure Test; var vRttiContext : TRttiContext; vPackages : TArray; vTypes : Tarray; vType : TRttiType; vPackage : TRttiPackage; begin …
Henry Kerval
  • 392
  • 2
  • 13
0
votes
1 answer

Error when using OUT parameters in datasnap servermethod

I migrated a Datasnap server to XE 10.1 Berlin and now I get an error on the server when I invoke a servermethod with OUT parameters. Object TBtwlControlePar=class xInDoc, xHandmatig, xStatus, xVerwacht, xAantal, …
r_j
  • 1,348
  • 15
  • 35
0
votes
2 answers

Why does IE11 transform my URL with parameters?

I have an intraweb application that I call with the following url, containing 1 parameter. http://127.0.0.1:8888/?0001=„V‡& When I enter the URL in IE11, it is transformed to the…
Pieter van Wyk
  • 2,316
  • 9
  • 48
  • 65
0
votes
1 answer

Delphi 2007->10.1 Berlin Port: Solving E2251 Ambiguious overloaded call to StrLen

Background: Porting my code to Delphi 10.1 Berlin and working through the third party libraries. Some are no longer available so I will try to fix the code... The following code (passing params from one instance of a program to another) raises E2251…
Zax
  • 471
  • 1
  • 4
  • 14