Persistable Property (VB6 Only)

Description

Only available when the class is part of an ActiveX DLL project that is both public and createable, this property determines whether the class can be saved to disk. This property is only available at design time.

Values


NotPersistable

The class properties can't be saved.


Persistable

The class property values can be saved to a property bag.

Programming Tips and Gotchas

If the property value is set to Persistable, four procedures—the InitProperties, ReadProperties, and WriteProperties events, and the PropertyChanged method—are automatically added to the class module.

See Also

Chapter 4
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.117.184.189