FireMonkey(tm) is the cross-platform GUI framework developed by Embarcadero Technologies, a part of Idera Inc.
How do I restrict a minimum form's width in FireMonkey? It used to be so easy in VCL - it …
delphi delphi-xe2 firemonkeyI'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 tpanelI can run a FireMonkey Application on Mac OSX with PAServer. But now, I would like to deploy the application …
macos delphi firemonkeyFor Delphi VCL there is TWebBrowser and some 3rd party components like TEmbeddedWebBrowser available for browsing a web. Is there …
delphi webbrowser-control delphi-xe2 firemonkeyIn 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 firemonkeyI dynamically create a TEdit on a form in Android: edit := TEdit.Create(Self); I want to free it using …
android ios delphi components firemonkeyI'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