if I create objects like:
Code: Select all
SRichViewEdit1.RichViewEdit.InsertItem('Table1',Table1);
And save the file as rvf.
When I load the rvf file, how do I access the Table1 object, and assign to Table1 var?
(By the name 'Table1'?).
Another questions: how to delete and free Table1?
Thanks for this great support.