About user objects
Two types
There are two major types of user objects: visual and
class.
Visual user objects
A visual user object is a reusable control or set of controls that
has a certain behavior. There are three types — standard, custom, and
external.
Visual user objects |
Description |
---|---|
Standard |
Inherited from a specific visual control. You can It has the same events and properties as |
Custom |
Inherited from the UserObject system class. You can Each control in the user object has |
External |
A user object that displays a visual control Its events, functions, and properties An |
Class user objects
Class user objects consist of properties, functions, and sometimes
events. They have no visual component. There are two types — standard
and custom.
Class user objects |
Description |
---|---|
Standard |
Inherits its definition from a nonvisual A few |
Custom |
An object of your own design for which you define |
For information on defining and using user objects, see the Working with User Objects in Users Guide.