CREATE CLASSLIB Command

Example   See Also

Creates a new, empty visual class library (.vcx) file.

Syntax

CREATE CLASSLIB ClassLibraryName

Arguments

ClassLibraryName

Specifies the name of the visual class library to create. If a visual class library with the name you specify already exists and SET SAFETY is ON, Visual FoxPro asks if you'd like to overwrite the existing visual class library. If SET SAFETY is OFF, the existing file is automatically overwritten.

If you don't specify an extension for the file name, Visual FoxPro automatically assigns a .vcx extension.

Remarks

Class definitions can be added to a visual class library with ADD CLASS and CREATE CLASS.