3 Managing Objects Classes
Q3ObjectClass_Unregister
function to remove an application-defined object class.
TQ3Status Q3ObjectClass_Unregister (TQ3ObjectClass objectClass);
objectClass
An object class.
Q3ObjectClass_Unregister
unregisters the custom object class specified by the objectClass
parameter. For example, you can call Q3ObjectClass_Unregister
to unregister a custom attribute type you registered by calling the function Q3AttributeClass_Register
.
You should dispose of all instances of the custom object class you want to unregister before calling Q3ObjectClass_Unregister
.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker