是否有一个可以与 firemonkey(或正在研究它的人)一起使用的 synedit 包?
据我所知,之前有一个 VGScene 端口(请参阅:this site),但它似乎已被删除。
另请参阅此网站:
很可能没有(目前):
从主页:
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 或 Component Library for Cross Platform 是 VCL 的跨平台等价物 - Borland 的小部件库。
来自 Nakeymonkey - 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.
链接: