DEFINE ... package.class
Object reference variables allow to manipulate class instances.
Syntax
DEFINE variable package.class
- variable is the variable that references the object.
- package is the name of the package the class comes from.
- class is the name of the class.
For more details about variables referencing objects, see Working with objects.