ssl support
Hi will Indy components use native SSL support in Tokyo ? or how to resolve this problem: I need to download images to my multidevice apps over http(s) I have Enterprise license and I don't know what...
View ArticleGetit Package Manager Problem (Failed to Download)
Whenever I tried to use Getit Pacakge Manager, I faced a message blow.(using Internet) I don't know what to do. Please help me to use Getit Package Manager. Â Â
View ArticleTPath from System.IOUtils vs FMX.Objects
Hi, I have new MultiDevice project: uses System.IOUtils ... dir := TPath.Combine(TPath.GetDocumentsPath, 'plikZAparatu.jpg'); and when I add Timage to project, it adds FMX.Objects to uses ... and...
View ArticleiOS Notification problem
Hello! Â I've been trying to get notifications to work on iOS project.When I run the project on windows, IÂ get notifications perfectly fine. But when I run it, the application shows up and everything,...
View ArticleJCL/JVCL and 10.1 Berlin Installation Issues
Hi all, Has anyone else been having a nightmare installing the JCL/JVCL on 10.1 Berlin?Personally, it's starting to get to the point where it just isn't worth the effort to use any of the JEDI stuff...
View Articleios deployment add files
Hi In Project -> Deployment I added file: language.ini and set Remote path: Startup\Documents\ the code: fileNew := TPath.Combine(TPath.GetDocumentsPath, 'language.ini');ShowMessage('fileNew: ' +...
View ArticleDatasnap rest server : problem with delphi 10.1
I then add the following code to display an image in a browser in my unit ServermethodUnit1 and my classe TserverMethods1   TServerMethods1 = class(TDataModule)  private   { Déclarations privées }...
View ArticleCannot Compile or Run anything from my version of Berlin 10.1
1. None of the sample programs run, always missing things; 2. when I create a simple button program I get Platform Var1able "BNB" error; and 3. I Import a ActiveX Component (TWebBrowser) it is not...
View Articleilink32 error Unresolved external GetAdaptersAddresses
I'm using C++ Builder in RAD Studio 10 Seattle and I'm getting a link error, Unresolved external 'GetAdaptersAddresses' This function is in iphlpapi.lib/iphlpapi.dll, when I tdump import32.lib there is...
View Articleline between begin And the end
Good afternoon, how do I change the line between begin And the end for instead of being controlled by the end, be controlled by begin? Â Grateful
View ArticleHow to set up an keyboard Android app using input method to install?
I have not found any samples setting up a keyboard app so that on the Android phone/tablet by selecting it using the input method on the phone or tablet? Using Delphi Berlin 10.1 with update 2......
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 ArticleCataloging Enterprise Reports
I was wondering the best way to document the various reports that my organization uses within data architect. I'd like to be able to include at least the data that is used so that I can use the impact...
View ArticleDelphi XE2 - switching license to another machine
     Hi, we have some enterprise licenses Delphi XE2, some unused. We need to know, in the case of assignment of the license from one machine to another, the correct procedure to register the...
View ArticleFireUI Live Preview not Synchronizing with my IDE RAD Studio
I just recently installed the FireUI in all my devices for my App development. In contradiction with its FireUI function to sync with my devices, it appears that it is not synchronizing. I am not sure...
View ArticleLarge fonts in inherited forms (Delphi 10 Seattle)
Hi, I am encountering a problem with large fonts in Delphi 10 Seattle and inherited forms. The two images below come from the same application, first executed in normal Windows fonts, then in large...
View ArticleTButton images missing in Delphi 10S VCL app
Complex one here. I have a large button image TImageList repository on a common form with 226 24x24 bmp images. I use these images to source imagery for all toolbars and TButtons in a rather large...
View ArticlePreserve main form color background when using Style for Delphi Seattle
I cannot change background color to designed one for main form even I excluded seClient from StyleElements. I found it's happened because FormStyle is fsMDIForm. If FormStyle is fsNormal background is...
View ArticleSensors -- Android Step_Counter ?
I have a Delphi Berlin Android application that needs to access the Android Step_Counter. I have researched for a few days and find no Delphi related references or examples for the Android step sensors...
View Article