Removes a class definition from a .vcx visual class library.
Syntax
REMOVE CLASS ClassName OF ClassLibraryName
Arguments
ClassName
Specifies the name of the class definition to remove from the visual class library.
OF ClassLibraryName
Specifies the name of the .vcx visual class library containing the class definition to remove. If no file extension is included in ClassLibraryName, a .vcx extension is assumed.
Remarks
Exercise care when removing class definitions — the class definition you remove may be a parent class on which other classes are based.