This topic has not yet been rated - Rate this topic

Custom Object

Visual Studio .NET 2003

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.