Top "Firemonkey" questions

FireMonkey(tm) is the cross-platform GUI framework developed by Embarcadero Technologies, a part of Idera Inc.

How to restrict minimum form's width in FireMonkey?

How do I restrict a minimum form's width in FireMonkey? It used to be so easy in VCL - it …

delphi delphi-xe2 firemonkey
How can I display a Delphi form in a panel?

I've tried to follow the example of http://docwiki.embarcadero.com/CodeExamples/XE7/en/FMXEmbeddedForm_(Delphi) but I hit my …

delphi user-interface firemonkey tform tpanel
How to deploy a FireMonkey Application for Mac OSX?

I can run a FireMonkey Application on Mac OSX with PAServer. But now, I would like to deploy the application …

macos delphi firemonkey
Is there a web browser component for use in FireMonkey application?

For Delphi VCL there is TWebBrowser and some 3rd party components like TEmbeddedWebBrowser available for browsing a web. Is there …

delphi webbrowser-control delphi-xe2 firemonkey
How to create "No Activate" form in Firemonkey

In XCode by adding these methods to your NSView subclass can prevent the window from becoming active when clicking on …

macos delphi delphi-xe2 c++builder firemonkey
How to free a component in Android / iOS

I dynamically create a TEdit on a form in Android: edit := TEdit.Create(Self); I want to free it using …

android ios delphi components firemonkey
Connect via Bluetooth with Delphi XE7 using portable printer

I'm trying to communicate with a Sewoo LK-P32 printer via Bluetooth. For this, I am using Delphi XE7. I made …

delphi bluetooth firemonkey delphi-xe7