Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SynEdit for Firemonkey?

Is there a synedit package that works with firemonkey (or someone working on it) ?

From what I can gather there was a VGScene port earlier (see: this site), but it seems to been removed.

Also see this site:

like image 222
Jon Lennart Aasenden Avatar asked Feb 01 '12 20:02

Jon Lennart Aasenden


1 Answers

There most likely is not (at the moment):

From the homepage:

It is a pure-VCL/CLX control, meaning it is not a wrapper for Microsoft Windows controls and so no run-time library is required.

CLX or Component Library for Cross Platform is the cross-platform equivalent of the VCL - Borland's widget library.

From Nakeymonkey - native controls for firemonkey

With the VCL, Borland never had to worry about all of this because they just wrote a wrapper around the Windows API Rich Edit control. So why didn’t Embarcadero do the same thing with Firemonkey? Because Firemonkey also needs to compile for OS X and the Windows API Rich Edit control doesn’t exist there.

Links:

  • Embarcadero Delphi
  • Qt.pas pascal bindings for QT
like image 100
Lorenz Lo Sauer Avatar answered Nov 14 '22 13:11

Lorenz Lo Sauer