salvadordf / WebView4Delphi

WebView4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows.
https://www.briskbard.com/forum/
MIT License
282 stars 59 forks source link

Create separte design time packages for VCL and FMX. #22

Closed hhonisch closed 2 years ago

hhonisch commented 2 years ago

It would be nice if there were separate design time packages for VCL and FMX. As of now, the single WebView4Delphi design time package has dependencies on both VCL and FMX, therefore requires FMX to be installed. However - at least for older Delphi releases like XE3 - FireMonkey is only an optional feature, so it's not necessarily available. With separate design time packages for VCL and FMX, one could simply ignore the FMX (design and runtime) packages in a FireMonkey-less Delphi installation.