Custom Object

Creates a custom, user-defined object.

Custom

Remarks

A custom, user-defined class can be created with DEFINE CLASS, or with the Class Designer. Issue CREATE CLASS to display the Class Designer.

Custom, user-defined classes are classes with properties, events, and methods, but with no visual representation. The same general rules that apply to defining other types of classes apply to defining custom classes.

See Object-Oriented Programming for additional information about creating custom objects as non-visual classes.

See Also

Reference

Custom Object Properties, Methods, and Events

CREATE CLASS Command

CREATE FORM Command

DEFINE CLASS Command

Other Resources

Objects, Collections, and Classes

Language Reference (Visual FoxPro)