REMOVE CLASS Command
Removes a class definition from a .vcx visual class library.
REMOVE CLASS ClassName OF ClassLibraryName
Parameters
- 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.
See Also
ADD CLASS Command | CREATE CLASS Command | CREATE CLASSLIB Command | MODIFY CLASS Command | RELEASE CLASSLIB Command | RENAME CLASS Command | SET CLASSLIB Command