Firemonkey app not displaying combobox dropdown list on Win 7 pro sp1 pc.
Using 10.1 Berlin Update 2 I have a simple FMX app that contains 1 combo, 1 editbox, 1 button and a grid. Everything works on most win 7 and all win 10 pc's I've tried. But, the combobox (with 3...
View ArticleCreating a custom column in TGrid
Hello, I use a Delphi 10.1 Berlin with FMX. I wonder how to create a customized column in TGrid, in which every cell will be with a TButtons. Maybe You know? I found some solutions, but those use older...
View ArticleTpie control usage in drawing pie chart in C++ builder 2010
Hi, Â I have legacy desktop application by using Embarcadero C++ builder 2010, In that i want to show pie chart with different values on dashboard. for that i am trying to use Tpie control to draw Pie...
View ArticleTFrameStand & C++Builder
I use TFrameStand.How to translate code from Delphi to C ++ procedure TMainForm.ShowButtonClick(Sender: TObject); var  FFrameInfo: TFrameInfo; begin  FFrameInfo := FrameStand1.New(Layout1,...
View ArticleWhen is the Linux platform included?
Gentlemen, When is the Linux platform included? Date and version number to wait? Greetings from a distance. Jorge Gayoso Chile Â
View Articleproduct activation
There is a license for the product C++Builder 2010.Lost account! Email can't remember! How to regain access?
View ArticleRun an executable made by Seattle 10
Dear all, I use c++builder with Seattle 10. I have met recently one problem. When I launch an executable, there is an error: input point in _dbk_fcall_wrepper  Thank you for your help. Regards Xavier
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 make bidi in fmx(firemonkey) text android ?
https://github.com/FMXExpress/android-object-pascal-wrapper/blob/c72e8dd237e4bb5a58e7c443680711ee75c4e8c0/android-n/java.text.Bidi.pas  type JBidi = interface;  JBidiClass = interface(JObjectClass)...
View ArticleHow to load from memory stream to firemonkey (FMX) memo component in C++...
I used to use below code to load plenty of text to VCL Memo. LogMemo->Lines->BeginUpdate(); LogMemo->SelStart = LogMemo->GetTextLen(); LogMemo->SelLength = 0; LogMemo->SelText =...
View ArticleHow to scroll current view to specific line (row) in FMX TMemo component by...
I'd like to scroll the current view to specific line in FMX Memo. I used to use below code in VCL component: TopVisibleRow = SendMessage(LogMemo->Handle, EM_GETFIRSTVISIBLELINE, 0, 0);...
View ArticleEntitlement.TemplateiOS.xml update
Hello, i have this in Entitlement.TemplateiOS.xml file : <%getTaskAllowKey%> <%applicationIdentifier%> <%pushNotificationKey%> <%keychainAccessGroups%> And...
View ArticleTHTTPRIO - Certificate
Is it possible, in Delphi Berlin 10.1, to be connected to a WEB-Services SOAP (imported with WSDL-Import and with THTTPRIO component ) with a https connection and where the WebServices need a...
View ArticleSaving the project desktop.
How do you save the project desktop? As I am working with a project, I want to be able to, at some point, set what I want to be my default desktop for the project, and continue working. Next time I...
View ArticleAccess to Windows 10 Store API from RAD Studio
Hello, is there any supported way of accessing the new Windows 10 Store API from RAD Studio 10.1 Berlin Update 2? Specifically, I'd like to use the API for In-App Purchases and licensing through the...
View ArticleTDataModule FireMonkey
Olá Fernando, Gostaria de aber se seria possÃvel me esclarecer uma duvida sobre o uso do TDataModule em aplicações FireMonkey, estou criando uma aplicação que utiliza uma variável localizada no...
View ArticleHow to create remote push notification using Firebase Cloud Messaging
Hello someone, i need your help. i'm very confused about push notification use firebase cloud messaging. can you help me? please explain to me how to create remote push notification or give me example,...
View ArticleRead a string from a stream
i can't read a string from a file stream or from a file then have the position in the file   here is some code i tried StreamTry := TFileStream.Create('Key2.txt', fmOpenRead);  for I := 1 to 17 do...
View ArticleThere is Bug in IDE on my mind
Start C++ Builder any application, change compiler to new one. If you want to change property of object for example form caption from lampda function, you get :Â ICE: Internal compiler error: C0000005...
View ArticleEjemplos
Si alguien puede enviarme un ejemplo completo en C++ de un proyecto con menú, llamadas a formularios, definición de variables globales, Â
View Article