Hi,
I need to code a rtf-document and the default RichEdit in Delphi is ok for me except for the fact that I am not able to code for superscript.
Will trichview be able to do that?
what is the Price for the trichview compinent for Delphi?
Best Regards
Lars - DK
Superscript in RichEdit
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Yes, our editor supports subscript and superscript.
You can see the screenshots on the main page. Subscript and superscript buttons can be found on the toolbar (they have f2 images)
The simplest way to implement user interface for TRichView is RichViewActions (a set of actions that implement all editing operations).
The corresponding actions are: TrvActionSubScript and TrvActionSuperscript.
Prices can be found here:
http://www.trichview.com/order/
RichViewActions is a free add-on, ScaleRichView and Report Workshop are optional paid add-ons.
The prices include full source code and free updates for at least one year (actually more)
You can see the screenshots on the main page. Subscript and superscript buttons can be found on the toolbar (they have f2 images)
The simplest way to implement user interface for TRichView is RichViewActions (a set of actions that implement all editing operations).
The corresponding actions are: TrvActionSubScript and TrvActionSuperscript.
Prices can be found here:
http://www.trichview.com/order/
RichViewActions is a free add-on, ScaleRichView and Report Workshop are optional paid add-ons.
The prices include full source code and free updates for at least one year (actually more)
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Yes, if you order TRichView, you can use it together with RichViewActions.
You can also implement user interface without RichViewActions, but it slightly more difficult: you need to write code for editing operations, loading and saving files yourself, while RichViewActions can do all this work for you.
We do not have licenses without source code.
You can also implement user interface without RichViewActions, but it slightly more difficult: you need to write code for editing operations, loading and saving files yourself, while RichViewActions can do all this work for you.
We do not have licenses without source code.
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: