Category "firemonkey"

iOS launch screen for light and dark modes

I follow the instruction in RSP-12931: Native resolution not supported on iPAD Pro to create an iOS LaunchScreen for my Delphi app. Now, with iOS 13, the proble

How to set TGridLayout Height based off amount of items in grid

How does one set the height of A TGridLayout to be set based off the amount of items in the grid ? I have a grid with products in it which the user can purchase

Delphi and FireMonkey WebBrowser Callback using file://

I am using 10.2.2 Tokyo Enterprise and FireMonkey's TWebBrowser in an App. I wish to receive a callback response, but I don't receive a URL back when the Should

How can my Delphi 11 FMX project detect that "My Menu Item" in system menu clicked?

I've tried using wndproc to detect "My Menu Item" clicked in System Menu in windows. I used from source code to capture WndProc and add menu item to system menu

How to add touch effect to TRectangle in Delphi Firemonkey / Android app?

I want to add touch effect animation (expanding circe) to a TRectangle. Same kind of effect that is present on TButtons by default - when you put a finger on th

How can I add a ListBoxItem programmatically?

I could only find how to create a ListBoxItem by clicking on the component -> Items Editor. How can we create programmatically a ListBoxItem using Firemonke

Change the font colour of combo box in delphi firemonkey mobile

I have created application using Delphi XE7 firemonkey for Android mobile. In that i'm using Combobox. How can I change the font colour of the combo box?