Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a CKEditor like component for Delphi? [closed]

Am searching for a CKEditor like component, preferably for delphi 7.

Any good free ones out there I could try out?

like image 934
davykiash Avatar asked Nov 24 '25 12:11

davykiash


2 Answers

I am not aware of any WYSIWYG free/open-source libraries for Delphi 7. There are some commercial libraries that I have used with great success. TRichView and WPtools are two which are RichText editors which have export to HTML/CSS options.

You can also look at TEmbeddedWB which exposes many more properties than the standard TWebBrowser. Just navigate (or load html), set TEmbeddedWB.DesignMode := true and edit away.

like image 64
skamradt Avatar answered Nov 26 '25 13:11

skamradt


You will find more information in the answers to this similar StackOverflow question:

WYSIWYG HTML Editor Component for Delphi

like image 30
Marcus Adams Avatar answered Nov 26 '25 12:11

Marcus Adams



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!