Converting AnyDAC to FireDAC
I'm in process of updating an application from Delphi XE3 to 10.2. The XE3 version used the AnyDAC database components and I need to convert to FireDAC. I used the reFind utility and it addressed...
View ArticleRad Studio IDE bricked on splash screen in Windows Insider Build 16184, 16188
Windows Insider build starting from 16184 are not compatible with Delphi IDE, staying locked on splash screen forever. Yes, Windows Insider Build are Beta version(s), however Delphi is the one and...
View ArticleConnecting to https sites
Hello all, I tried to download a web page (using WinInet, not using INDY components) by the following code (I found similar in StackOverflow): function DownloadPage(const aURL,...
View ArticleEmbedded framework
Hello, basically I'm able to use static ios library in firemonkey project. It is not problem. Now I found embedded framework included in one iOS project and I'd like to use this framework in...
View ArticleIot.Family.BluetoothLE.pas -- Can't debug IoT BLE
The LifeTrak sample for LifeTrak can't detect/discover the Lifetrak device even with it paired. For this (or any similar BLE) application, Iot.Family.BluetoothLE.pas is needed to debug with any hope of...
View ArticleXCode 8.3?
Hi, As always, starts aligned like each previous releases... RAD Studio is out, and a few days later, the new XCode is there too.Did anybody try XCode 8.3 with RadStudio 10.2?Is anything broken?Thanks...
View ArticleTMapMarkerDescriptor.snippet is not an InfoWindow?
Hello, As I know, an InfoWindow of a Marker in the GoogleMaps can have HTML code and it can show 'everything' (Texts, Images, Buttons, etc., as a little webpage). Is it possible to have an Image on a...
View ArticleProblem with template in ide
Form of the template being resized when it is opened in the IDE. How to avoid this?
View ArticleTMapMarkerDescriptor.snippet is not an InfoWindow?
Hello, As I know, an InfoWindow of a Marker in the GoogleMaps can have HTML code and it can show 'everything' (Texts, Images, Buttons, etc., as a little webpage). Is it possible to have an Image on a...
View ArticleTeeChart for RAD Studio 10.1
The feature list for RAD Studio 10.1 indicates it includes TeeChart but it is not installed in the Tool Palette and I cannot find a design time package to install. The GetIt Manager doesn't list...
View ArticleCompiling HiRedis, the official C Client of the Windows port of Redis with...
Hi all, I'm in the process of building Hiredis, the official C client library for Redis (Windows port of course) using C++ Builder. Windows port of Redis is a fork maintained by Microsoft Open Tech...
View ArticleContext help not installed
I have an installation of Rad Studio 10.2 installed on my PC that was installed for me, when I press F1 to invoke the context help I get the following error: 'RAD Studio's help is not installed. Please...
View ArticleFMX C++ Builder App on MacOS crash on start with 10.2
Have a project that worked fine with 10.1 Berlin for the three target environments: Win32, Win64, and MacOS/OSX. Load the project up in 10.2 Win32 and Win64 work fine, but MacOS/OSX version crashes...
View ArticleAndroid multi languages app - playstore
Hello I have written an app for Android which supports German, English, French, Spanish and four other languages. No problem it works. The problem is, that the playstore analyse the app and thinks...
View Articlebcbie250.bpl package for RAD Studio 10.2 IDE
I am migrating legacy code from Codegear C++Builder2007, which had a Tool Palette category of Internet with the TCppWebBrowser component, to C++Builder 10.2, which does not have this category or the...
View ArticleRetrieving real gps status
Hi, how can i retrieve the real status of a gps sensor on android or ios? TSensorManager returns a LocationSensor With a timer i'm printing the TSensorState flag, but it returns every time a Ready...
View ArticleError when compiling for 64 bit windows: frxClass not found. For 32 bit...
Hi, I get an error message when compling for 64-bit windows: [dcc64 Fatal Error] uFormRekeningschema.pas(7): F2613 Unit 'frxClass' not found. But if I compile for 32 bit windows this error don't...
View ArticleHow to determine why the compiler is so slow when working on some of my units?
We have an old project that has been growing over the time. Right now a build will compile around 700,000 lines of code. Total process is around 9 minutes to complete. The build process is very fast...
View ArticleDelphi v6 exe size 2.3MB, migrated to v10 and exe size 4.6MB
I have recently migrated from Delphi v6 to Delphi 10 Starter edition. I loaded a v6 project to v10 and found it very easy to get it working fine. But the executable file created by v6 was 2.3 MB, and...
View ArticleIs this valid Delphi code?
I played around how I can best wrap a Class (TBase) inside a Container that I have limited access to change. Is this valid Delphi Code? It seems to work. type TForm1 = class(TForm) procedure...
View Article