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

Custom Object Properties, Methods and Events | CREATE CLASS | CREATE FORM | DEFINE CLASS