Link to this page
Print this page
Parent topic
:
OOP support
Language basics
/
OOP support
DEFINE ...
package.class
Object reference variables allow to manipulate class instances.
Syntax:
DEFINE
object
package
.
class
object
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.
Related concepts
DEFINE