DEFINE ... package.class

Object reference variables allow to manipulate class instances.

Syntax:

DEFINE variable package.class
  1. variable is the variable that references the object.
  2. package is the name of the package the class comes from.
  3. class is the name of the class.

For more details about variables referencing objects, see Working with objects.