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 ArticleRegistered user download appears to be down
Registered user download appears to be down?? Can this be fixed?This is what I see....... Server Error in '/' Application. Encrypted ID must be 14 charactersParameter name: szValue Description: An...
View ArticleHow to install upgrades for Delphi professional only????
I tried to install the Berlin RAD Sudio 1 Update 2, but no chance for proper installation. I have a valid license for Delphi 10.1 Berlin Professional Named User - ESD but the deployment kit I tried...
View ArticleWeb browser issue
when saving project web browser component is not working rather without saving project it is working as usual what might be the issue??
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 ArticleDataSet Cursor Location
Hi At my current app, I used a TFDMemTable to store some data.Now I try to explicitely move to a certain record by using the Locate() method (see code below). The first time I performing the code it...
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 ArticleНе работает делфи... как исправить ошибку. Delphi 10.1 Berlin
При компиляции, появляется ошибка [Fatal Error] MSBuildToolsPath is not specified for the ToolsVersion "12.0" defined at "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\12.0", or the...
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 ArticleCopying a project to a new computer
Dear folk, Is there any easy way to copy an entire project from one computer to another? I recently bought a new laptop, with which I will travel occasionally, and I would like to take with me on it a...
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 ArticleI want to take ownership of a Database
How do I take Ownership From SYSDBA in Interbase By Default, IBConsol will log you on as SYSDBA, if you forget to change this then SYSDBA is the Owner and any maintenance that need to be done you have...
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 Article