Can I inherit TCustomRVFormattedData?

General TRichView support forum. Please post your questions here
Post Reply
nadia_ua
Posts: 1
Joined: Mon Jul 22, 2013 11:45 am

Can I inherit TCustomRVFormattedData?

Post by nadia_ua »

Can I inherit TCustomRVFormattedData to work with my own item?
I'd like to create structure or class to process my own item at RichView document. For example, to insert random picture at document and then save(open) the document to(from) file. I'd like to have my own class to process this item.
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

TCustomRVFormattedData is not an item but a document containing a list of items.
Items are inherited from TCustomRVItemInfo.
I suggest to inherit from TRVGraphicItemInfo. Sorry, no help is available for creating custom items.
Post Reply