Hi,
I have written a decsendant of TEdit with an additional field EditStyle. When I insert this control in TRichViewEdit and then save the document via SaveRVF, this field is not saved with the control and is not available when loaded via LoadRVF. Please tell me how to achieve this.
Thanks Johann
Saving and loading of controls
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Saving and loading of controls
Did you make this property published?
Re: Saving and loading of controls
Thanks - that was the mistake. I declared it only as a field, not a property.