Most voted "firemonkey" questions
The FireMonkey® framework is a runtime application development platform behind RAD Studio, Delphi and C++ Builder.
Learn more…92 questions
Sort by count of
-
7
votes1
answer1916
viewsHow does Firemonkey(Delphi) compile for Android?
I did some research but did not get good results, the project folder looks like a common Delphi or C project++! VCL - Delphi FMX - Firemonkey Observe: With the exception of the folder Android, where…
-
5
votes2
answers2189
viewsEdit Currency Delphi Firemonkey
I need to format an Edit in the format 0,00 in Firemonkey, using preferably the event ChangeTracking. I tried to use the following procedure that did not resolve. procedure FormatadorMoeda(pEdit:…
-
4
votes1
answer961
viewsPost Idhttp FIREMONKEY Delphi XE7
Following previous question: Previous question on the same subject. Now what he’s showing is: http/1.1 404 Not Found. Code used: Functional in VCL: function TForm1.UploadArquivo(server, script,…
-
4
votes1
answer128
viewsExample Delphi scrollform is not working in version 10.2
I have an App (Android) developed in the version Delphi 10.1, where I used the examples of Scrollform (so that the layout moves together with the android virtual keyboard not to cover the edits),…
-
4
votes2
answers757
viewsAccess the child components of a Tobject
Ohayou Developers, I’d like to know how you access the children of an object, for example. I have a Trectangle and a Tlabel with your child. I would need to access Tlabel to change, for example,…
-
3
votes1
answer1522
viewsNotification Bar Take on app background color using Delphi
How to make the notification bar take on a preset color such as whattsup, gmail etc. Using the Delphi Firemonkey programming IDE. In my apps the slider always takes the color black, follow example.…
-
3
votes2
answers731
viewsForm not downloaded from memory
Hello guys I need help. Dude form not downloaded from memory so I can’t call him again. Follows code below: If formage=nil then Begin I create the form and no onclose of form Action:=cafree:…
-
3
votes1
answer1184
viewsHow to select Tedit field text in Delphi 10
I have a very basic problem and I can’t figure out the cause... I need the text from within a Tedit to be whole selected when the field receives focus. In the times of Delphi 7 with VCL I was only…
-
2
votes2
answers694
viewsHow to round a float value in Firemonkey Mobile Delphi XE6?
I am making a mobile application of orders for android in Delphi XE6, in this application I make a discount calculation, which divides the amount of Discount given by 100 less the total value, but…
-
2
votes0
answers352
viewsError creating firemonkey border form
Using Delphi of RAD Seattle update 1 when creating a form at runtime, if the main form has the Borderstyle property other than None I get an error. This problem happens using firemonkey and…
-
2
votes3
answers3550
viewsHow to make your Android virtual keyboard visible/invisible while Tedit is in focus
I use Delphi XE7, wanted to know how to treat this issue, Seto the focus on TEdit, it opens the virtual keyboard Android, Press the back it closes the keyboard and the focus stays on the TEdit, but…
-
2
votes1
answer426
viewsDelphi XE5 Firemonkey - Problem building application in Application Store
0 down vote avorite Good morning, I developed a Multi-device application for Android and IOS, but I have a problem when I compile my application in the Application Store mode to distribute in google…
-
2
votes0
answers40
viewsDrag Treeviewitem to Form
I’m putting together a project with Firemonkey. In this, I want to drag a Treeviewitem into the empty form area and then run other options... The famous DragDrop. I’m not able to do it and I haven’t…
-
2
votes2
answers2450
viewsImage on Tspeedbutton with Timagelist
Greetings to all! I’m starting to develop in Delphi 10 Seattle, before I used Delphi 7. I’m trying to create a toolbar, I’m using Ttoolbar with a Tactionlist, Tspeedbuttons and Timagelist. I’m using…
-
2
votes2
answers2393
viewsHow to customize Listview at runtime?
I’m having a problem with an example where I need to add a Text at the ListView which comes from an XML by code but does not appear when executed. Runs, but appears some warnings depreciation and…
-
2
votes1
answer1457
viewsHow do I consume client addressing of an API I want to consume?
I have a PHP API and I’m developing a Mobile App with Delphi Firemonkey, and I need to consume the JSON data that my API returns. I would like to know how I address the client part to access this…
-
2
votes2
answers1590
viewsDelphi + Firemonkey: dynamic component design created at runtime
I have a TForm which allows the system user to create components at runtime (TButton, TRadioButton, TLabel, TPanel, among others). This functionality is working, but now the need has arisen for the…
-
2
votes1
answer1733
viewsHow to read Json with multiple lists (DELPHI)?
I’m using the XSUPEROBJET examples to read the Json below, but the examples use simple Json structures, and they work, but when I try to read the structures with multiple lists they don’t work. I…
-
2
votes1
answer87
viewsHow to work with type Enerico
Hello! I’m starting at Delphi and was creating a method to add margin to an object, but needed it to be for any object. Example of the code I was working on. Below is the example of the code I made…
-
2
votes3
answers357
viewsHow to add parameters in Tdfquerry
How to add a new parameter in TDFQuerry?, The image below shows the parameters filled, and in case I need to know how to add another.…
-
2
votes1
answer3507
viewsHow and where to create files on Android with Delphi
In my application in Delphi I am creating a simple text file on Android, using the following code: var lst: TStringList; begin lst := TStringList.Create; lst.Clear; lst.Add('a'); lst.Add('b');…
-
2
votes2
answers403
viewsWhy does the app close when I click edit1?
Guys the problem is this, I click on the button to create a new form ,edit1 gets the focus, digital keyboard appears when I click on the letter a for example the app closes, why is it? Anyone can…
-
2
votes1
answer626
viewsProblems to capture Enter key on Android
I’m having trouble capturing the key Enter in the Android begin if(Key = 13)then ShowMessage('Você teclou '+ KeyChar);//Para testar se estava capturando algo end; I only get feedback by pressing the…
-
2
votes0
answers164
viewsHow to transfer a file(db) from Android to PC using Delphi(Firemonkey)
I am using Delphi Tokyo 10.2.3 for Android programming, Firemonkey deputy (FMX), I need to create a code that is possible inside the App on android can transfer a file in case the Database to the PC…
-
1
votes3
answers1859
viewsHow to get the serial number (not the IMEI) of iOS and Android devices?
How to get the serial number of a mobile device? I need the solution in Adobe, firemonkey that works on both Android and iOS.
-
1
votes0
answers96
viewsCan Firemonkey use my GPU and Direct2d?
I’m starting a game development for Windows 10 and would like to know if Firemonkey can use my GPU without any extra configuration. I’ve heard "rumors" that Firemonkey can actually automatically use…
-
1
votes0
answers31
viewsOverlay columns/row
I am the proxy for a solution to manipulate a listbox. This is my scenario: I have a listbox with 5 Items LisboxItem1 LisboxItem2 LisboxItem3 LisboxItem4 LisboxItem5 When I drag the LisboxItem5 and…
firemonkeyasked 8 years, 6 months ago Eder Tigre 11 -
1
votes1
answer66
viewsHow to keep an image in a form?
Hello! To use in game production, I would like to understand how to keep an image in a form through Firemonkey. The code I have so far is as follows:: program TestCase; uses UITypes, Classes, Types,…
-
1
votes0
answers402
viewsLivebindings Delphi Berlin - Locking
I migrated my app to firemonkey that was rotating in the Delphi-xe8 to the Delphi Berlin, everything works perfectly, only when I visualize the Bindings designer and select some query or listview…
-
1
votes1
answer2173
viewsHow to list files from an android firemonkey folder?
I have to create a way for the user to search for a backup generated by my system between the folders of the device, so I thought of loading the folders in a listview as it is clicked would enter…
-
1
votes0
answers785
viewsHow to change the file style.xml Delphi firemonkey
I wonder how to change this file style.xml to change the notification bar of android in standard material design (http://antonioleiva.com/material-design-everywhere/). That is I want to change the…
-
1
votes3
answers2828
viewsHow to change the color of a Text from a Listview?
I need my Listview to identify the values of a Text item, for example: , "Complete"/"Pending" and make each one a different color within Listview. I tried to format by code, but I could not, I saw…
-
1
votes0
answers245
viewsHow to receive System.Generics.Collections.Tlist in a Tlist?
I have a problem trying to get Tlist from a Generics.Collections.Tlist. Gives the following error: [dcc32 Error] Unit1.pas(101): E2010 Incompatible types: 'TExame' and…
-
1
votes1
answer672
viewsInstall only the app without overwriting the sqlite database that is already being used
I am developing an application using Delphi Tokyo for Android. But by always compiling it takes the database from sqlite and about writing the that is already there full of data. As this app goes to…
-
1
votes1
answer1591
viewsHow to assign an image to a Listview Item?
How do I assign an Image to a Listview Item? I want to place an image according to the status of the process. Initially only get by making statusbar with external components, but I can not use…
-
1
votes0
answers252
viewsNested overload with Procedure (Form within Layout)
Following guys, I’m looking to make a class in which I pass the Form, LayoutContainer or Form, LayoutContainer and MultiView by parameter and within this class have the method open form with the two…
-
1
votes0
answers134
viewsDelphi - Taking property values with Getpropvalue()
I’m using the function GetPropValue() from Delphi to take values from certain properties of some type objects TControl. Everything works correctly when I take simple property values, for example…
-
1
votes0
answers1326
viewsHow popular Listview pictures with Ascync android firemonkey?
With popular the Listview with the function below, but popular images cause small crashes, I searched a little and found suggestions of using Threads with Async, but I couldn’t apply to my project.…
-
1
votes0
answers221
viewsHow to make a contact list in Delphi
I’m creating a list of contacts, like phone, but I needed to do that sidebar with the letters A - Z and when he clicks on some letter vscrool would go to the counters of the selected letter. The…
-
1
votes0
answers28
viewsBindvisualy, link a label in the code
I would like to know how to "link" a field of bindVisualy with a label created remotely. I am using Delphi 10.1 Berlin and firemonkey.
-
1
votes0
answers459
viewsHow to turn off Android virtual keyboard suggestions
Needed to disable the suggestions that the Android virtual keyboard searches. Does anyone have any idea how to do? Usage Delphi XE7
-
1
votes1
answer1774
viewsRemove components at runtime in Delphi with Android
When creating a Tbutton dynamically at runtime within a Tvertscrollbox. When I need to delete this button it does not disappear from the screen. This problem only occurs by running the application…
-
1
votes1
answer821
viewsHow to make an Edit not lose focus?
How to make for a TEdit, that is being accessed on Android, do not lose focus because of the virtual keyboard that arises the moment the focus goes to the TEdit?
-
1
votes2
answers1238
viewsProblems with virtual keyboard typing Firemonkey Android
I have an application running on Android devices (5, 6 and 7) and presents a problem typing words - different from autocomplete - because it simply repeats letters randomly. This same problem…
-
1
votes2
answers1398
viewsHow to change the background color of a Listview list item in Delphi 10
In Delphi 10 with Firemonkey, at runtime I need that when clicking on a list item of a Tlistview, the background color of this item be changed and remain so even if I click on another item. Then,…
-
1
votes0
answers181
viewsGraph line curve (techartlite - firemonkey Delphi)
I’m in need of help with a chart on Firemonkey (Delphi 10 Seattle). I need the line to be curved when connecting the points, I’ve searched the net and I can’t find, I’m using the Tchart to generate…
-
1
votes1
answer56
viewsHow to hide system images, from android firemonkey gallery apps?
I need the images used in the system not appear in the android gallery application, as they are images used only by the system and when viewing them some customers delete them.
-
1
votes1
answer800
viewsCombobox in firemonkey without using Fdquery
I have a states combobox in my register, where I connect via livebindings with an Fdmemtable to save the data in the database. How could I get the index item of the selected item in the combo? The…
-
1
votes1
answer217
viewsError(Bitmap size Too big) when using Timage in thread firemonkey android
Use this function to generate images in the system: procedure converte_jpg(Bitmap: TBitmap; Stream: TMemoryStream); var surf: TBitmapSurface; saveParams : TBitmapCodecSaveParams; begin surf :=…
-
1
votes1
answer17
viewsChange the figure of the firemonkey aDetail
I would like to change the figure of the Listboxitem.ItemData.Accessory to a figure of the imagelist or another loaded from a file. Someone knows how to change? Accessory :=…