Properties Events Methods See Also
Creates a custom, user-defined object.
Syntax
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 Chapter 3, Object-Oriented Programming, in the Programmer's Guide for additional information about creating custom objects as non-visual classes.