Page 1 of 1

Saving and loading of controls

Posted: Sat Oct 23, 2021 1:03 pm
by jwinkl
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

Re: Saving and loading of controls

Posted: Sun Oct 24, 2021 5:56 pm
by Sergey Tkachenko
Did you make this property published?

Re: Saving and loading of controls

Posted: Mon Oct 25, 2021 3:26 pm
by jwinkl
Thanks - that was the mistake. I declared it only as a field, not a property.