ObjectNew()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Define classes and functions >

ObjectNew()

Description

Create a new instance of a Class Object.

 

Type

REGULAR FUNCTION

 

Usage

self = ObjectNew(SomeClass)

 

SomeClass

CLASS

The new variable of CLASS SomeClass.

self

TEXT

The Class type specifier (such as COMPLEX or CPIV).