Delphi 10.1 Berlin doesn't work any more
I have installed the free Delphi 10.1 win32 Version and started to work with it successfully. Today after 2 or 3 weeks I cannot load my Project any more, it is not shown automaticly on startup and the...
View ArticleThe program "C++Builder 10.1 Berlin Starter" does not succeed in starting
After installing the software: "C++Builder 10.1 Berlin Starter" on Windows 7 sp1 32 bits , the program stops responding and not succeed in starting !!?? Device Properties: processeur : intel core 2 duo...
View ArticleHow to put menu bar in Apple menu bar on Mac OS by C++ Builder?
I found there's example to use TMenuBar's UseOSMenu property to place main menu for Windows and Mac. But it seems that is for Delphi only. I can't find the same property in C++ Builder FMX TMenuBar...
View ArticleBest Pratices for using Firedac
Is there a more secure way to pass parameters to a query? TFDQuery(Qry).SQL.Clear; TFDQuery(Qry).SQL.Add('select * from table where id= :id'); // option 1 TFDQuery(Qry).Parambyname('id').AsFloat :=...
View Articleconvert a website into mobile app
How I can convert a website into mobile app ? what are the steps or what are the components I should use ? I want to use Delphi Berlin
View ArticleDetecting SMS and using it
How i can detect when mobile phone received the SMS Message on Android ? how i can use the string of this SMS ?
View ArticleFavorite Projects
Is there a way to display more than 5 projects in the Favorite Projects section of the start page in RAD Studio Berlin? The list scrolls if there is more, but we used to be able to see 10 projects at...
View ArticleHow to get Android Phone name, not the model
Using Delphi 10.1 with update 2: how to access the phone name and not the model name for android device. Thjis is the device name that the user rename there android device? Thanks Walter
View ArticleGoogle AdMob native ads.
How do i create ads in my firemonkey android applications (10.1 berlin) like these: https://support.google.com/admob/answer/6270315?hl=en ???
View ArticleSalesforce vs Delphi
Hi all, does anyone have a luck with using any version of Delphi with salesforce API? I had out of memory issues with D7. XE8 is better and I can get data from SF, however update and insert functions...
View ArticleCrossplatform Mobile App Development
I want to know which is the best tool to make mobile apps in crossplatform app development. Some of them told me to go with xamarin, I'm too enquired a xamarin app development service...
View ArticleDevelopping a YouTube Video Mixer using C++Builder and CppWebBrowser
Dears, Using C++ Builder 6, I'm trying to develop a YouTube audio/video mixer, using two TCppWebBrowser on two forms that will overlap and alphablend so that the video is mixed. Performing a YouTube...
View ArticleNested COM interfaces
Are there any examples in C++ of nested COM interfaces? All I can find are simple flat, eg a CoClass with a method to show a message and a property to change a string. But real COM object models...
View ArticleProblems with displaying Hints in berlin 10.1
Hi, I installed Delphi Berlin Enterprise with some difficulties, but .... now it works It seems that Hints dont work properly, in the IDE and at runtime. For exemple: a small form (showhints = true)...
View ArticleCompiler for personality "Delphi.Personality" and platform "Win32" missing or...
This error hasn't come up over the past two weeks I have been running Berlin (10.1) but now prevents me from doing anything. How do I solve it?
View ArticleConnecting to a streaming service with FM issue with android.
I am unable to connect to a streaming service with android. Windows and IOS have no issues. I have downloaded the example programs and have the same issue. Android becomes unresponsive using...
View ArticleRegistering midas.dll without Admin privileges
I have an application that uses midas.dll because it contains TClientDataSets. I would like to have this run under non-Administrative accounts. It appears that midas.dll does not export the...
View ArticleError on Delphi Seattle and ios (Class linkage error)
I tried to compile a simple form with a button so everything was compiled without any problem but by the time delphi tries to launch the app I get the message "Unalbe to launch process on 'my ip' using...
View ArticleText color of open file dialog with bitmap style designer
Hi. Fairly new to the Bitmap Style Designer so please bear with me... When implementing a new skin into project that is dark and then using windows open file, it seems Windows 10 makes it hard to read:...
View ArticleRuntime permissions in Android (Delphi XE10.1)
Good afternoon! I would like to know whether I can in firemonkey request permission to use the resources of critical devices such as GPS? As it can be implemented in Delphi?
View Article