-
Class Persistence
I am creating a component (.dll not .ocx) which requires class persistence. But the class's ReadProperty and WriteProperty events are not getting fired. I have set the class's instancing to 'MultiUse' and its Persistable property to 1(Persistable).
I even tried a workaround, giving my own readtobag and writetobag methods. But though those methods got invoked and it even seemed as if the properties were being saved, the did not really get saved. When I took off the default value parameter in readproperty, it gave a message saying the property did not exist.
Can any of you suggest anything here? Please help me out.
-