How to get a selected bloc?

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

How to get a selected bloc?

Post by alexandreq »

Hello,

I'd like to know how could I get a selected marked block in TDBRichViewEdit?

I selected a block of my text and I want to get all words from it.

Thanks
Sergey Tkachenko
Site Admin
Posts: 17254
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

If you want selection as a plain text, use GetSelText method.
Post Reply