Hidden word - how to display it once again

General TRichView support forum. Please post your questions here
Post Reply
alexandreq
Posts: 184
Joined: Wed Jan 18, 2012 6:22 pm

Hidden word - how to display it once again

Post by alexandreq »

Hello Sergey,

I didn't understand how to work with hidden word, there is this action to hide words, but it I want to display it once again?

Is there any way to create a list of hidden words from a text and to have a option on this list to return the hidden word to a displayed word?

thanks
Alexandre
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

To display hidden text, the editor must have rvoShowHiddenText option included (for TRichViewEdit - in Options property, for TSRichViewEdit - in RVOptions property).

In RichViewActions, you can use TrvActionShowSpecialCharacters action - http://www.trichview.com/help-actions/t ... acters.htm
It shows all hidden text. You can select it unhide using TrvActionHide.
alexandreq
Posts: 184
Joined: Wed Jan 18, 2012 6:22 pm

Post by alexandreq »

Hi Sergey

Thanks for your reply.

I'm gonna test it

Alex
Post Reply