|
-
Oct 18th, 2002, 06:47 PM
#1
Thread Starter
Junior Member
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.
-
Oct 19th, 2002, 06:18 AM
#2
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|