SynEdit for Firemonkey?
有没有一个与firemonkey(或其他人的工作)协同工作包?
从我可以收集的有一个VGScene端口较早(请参阅: 本网站 ),但似乎已被删除。
另见本网站 :
最有可能的不是(目前):
从主页 :
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或组件库是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.
链接:
- Embarcaderodelphi
- Qt.pas pascal绑定为QT