Firemonkey support added to CEF4Delphi
Posted: Thu Jan 25, 2018 8:54 pm
Hi,
I just uploaded the new version of CEF4Delphi with FireMonkey support!
This is what's new :
As I said numerous times, I can only test this in Delphi 10.2 Starter. This means that CEF4Delphi only supports Windows and I can't add support for other operating systems.
If anyone has more experience in FireMonkey and knows how to improve the components or how to support other platforms, please send your code!
I just uploaded the new version of CEF4Delphi with FireMonkey support!

This is what's new :
- New Delphi package called CEF4Delphi_FMX.dpk that includes VCL and FMX components. The old CEF4Delphi.dpk is still there with VCL components only. Warning : Don't install both packages. If you don't need FireMonkey or your version of Delphi doesn't support it, use CEF4Delphi.dpk. If you want FMX AND VCL, then use CEF4Delphi_FMX.dpk.
- New FMX components : TFMXChromium, TFMXBufferPanel and TFMXWorkScheduler.
- New FMX demo : FMXExternalPumpBrowser.
- Improved WorkScheduler for VCL too. The timer was replaced by a TEvent in a thread.
- New GlobalCEFApp.DisableWebSecurity property.
As I said numerous times, I can only test this in Delphi 10.2 Starter. This means that CEF4Delphi only supports Windows and I can't add support for other operating systems.
If anyone has more experience in FireMonkey and knows how to improve the components or how to support other platforms, please send your code!
