NewObject

The NewObject function creates a new context.

Syntax

The NewObject function has the following syntax:

Context = NewObject()

Return value

The new context.

Example

The following example shows how to create a new context.

MyContext = NewObject();