Results 1 to 2 of 2

Thread: Class Persistence

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2001
    Location
    India
    Posts
    31

    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.

  2. #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
  •  



Click Here to Expand Forum to Full Width