Annotation in TRichViewEdit

General TRichView support forum. Please post your questions here
Post Reply
mamouri
Posts: 63
Joined: Sat Aug 19, 2006 5:06 am

Annotation in TRichViewEdit

Post by mamouri »

Hi,

I want implement a very simple annotation in TRichViewEdit. Storing annotation text inside TRichView using item tags could done simply. Also every time user need to see the Annotation I could read it from the item tags. But what I want to do is showing Annotation visually to users (Like Microsoft Word Comments).
Is it possible to add a 200px Margin to the left side of the RichViewEdit component? Actually I can place RichViewEdit an a TPanel container. But I wondered if TRichView could have LeftMargin, RightMargin?

Sorry for my bad english
Regards
Sergey Tkachenko
Site Admin
Posts: 17499
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Yes, and these properties are called (surprise :) ) LeftMargin and RightMargin.
mamouri
Posts: 63
Joined: Sat Aug 19, 2006 5:06 am

Post by mamouri »

Oh, Sorry I am such a freak. :( But anyway Thank you :oops:
Post Reply