[Tokyo] Did styles change radically?
Hi,I recompiled some apps on which I used the Jet and the Diamond styles on iOS and Android.The TSwitches where fine in Seattle, a little round button to switch on and off (left and right) Now with...
View Articleunable to load dcllib240.bpl
I had to reinstall Delphi 10.1. Berlin I have a message "unable to load dcllib240.bpl". Indeed, this file does not appear any more on my hard disk. Please tell me which part of the IDE I have wrongly...
View ArticleGetting an IOS screenshot from your C++ Builder app
I have been publishing an ios app on appstore for some years now, but my latest version were refused by Apple because I didn't have proper screenshots from different apple devices. Since the app is...
View ArticleClosing a "stay on top" splash screen results in undrawn controls
I have a splash screen that is set to fsStayOnTop during the load process. I do this to avoid the user seeing multi forms being created and docked into the final interface. The problem is that after I...
View ArticleObjects added to TVertScrollbox - problem in scrolling
I'm using a TVertScrollBox and i add some objects from code (TFrame with a Layout and three Label inside). The objects appear correctly, but when I move the scroller, the position of some labels, font...
View Articlestd::isfinite(x)
I have been investigating the Armadillo: C++ linear algebra library using the 64-bit compiler. Armadillo makes use of std::isfinite(x) for C++11 compilers. But std::isfinite(x) is not available in Rad...
View ArticleSeveral notes after update RAD Studio to the recent 10.2.1
I've updated RAD Studio 10.2 to the recent 10.2.1 release. I found out strange behaviour of last version RAD Studio which is different from RAD Studio 10.1. All notes are valid for Android platform....
View ArticleCode insight for #include
Hello my programmers friends, I use the C ++ Builder Starter in my case I'm using Windows 10 Pro.Except that the code insight shortcut is not working for #include CTRL+SPACE What configuration do I...
View ArticleError FireDac, TFDBatchMove, CommitCount
I need to do the transaction management, but: Help TFDBatchMove.CommitCount: "The CommitCount property is set to 100 by default. Setting CommitCount to 0 disables transaction handling." <**<...
View ArticleWhy TAddressBook is not showing the contacts of my phone
I'm trying to use TAddressBook in my project. Unfortunately it does not display the contacts present on my Android phone. I followed the steps in the docwiki, but with no success. The example that...
View ArticleProperty error: TFDBatchMove.CommitCount
The help says: "Specifies how many records are batch moved before a commit occurs. The CommitCount property is set to 100 by default. Setting CommitCount to 0 disables transaction handling. " *** 0...
View ArticleDelphi Project UI Flicker
We have a couple of Delphi developed applications (Win32). Recent complaint from the users is that there is substantial UI flickering on Windows 10 when the Group Policies are being pushed to the PC....
View ArticleHow to create installation package and update database connection easily?
Two questions: 1.) Is he FireDAC database connection information stored somewhere or I have to open FDExplorer to see it? The reason is if I can easily update the connection information via notepad....
View ArticleProblem with Delphi TDBCheckBox
I use a frame component on which there is a TScrollBox. Data controls are placed on this at runtime. I have recently had a problem with TDBCheckBox where it may conditionally be assigned a color. In...
View Articlechange the text color within my listviewitem (DynamicAppearance)
i'm trying to change the text color within my listviewitem (DynamicAppearance) for a text object. I have multiple text objects in the listviewitem . I'm using the below code Procedure...
View ArticleFile transfer from Android back to PC
Having edited my test sqlite database on Android devices, I'd like to copy them back to the PC (to check them). But Windows explorer (via the USB connection) hides the contents of the Application...
View ArticleID: 30781, FireMonkey Android Compatibility Patch for RAD Studio 10.2
Do I need to install this patch on the Delphi Tokio 10.2.1 ?
View Articlefrxclass not found
I am not able to compile fastreports VCL because the fastreport Units are not found. May be a path is missing. What should I do? I have installed RAD Tokyo. The fastreport components are visible and I...
View Articlei'm trying to change the text color within my TListBoxItem
i'm trying to change the text color within my TListBoxItem and not working,,, procedure TFGestaoInsp.Test; var wItem : TListBoxItem; begin MyTListBox.BeginUpdate;...
View ArticleProblem with form height in IDE
Form 800x600 being resized to 800x580 when the form is opened in the IDE. What to do?
View Article