NULL object function


General Forms :

OBJECT objname = NULL

This function is used to release objects. It is valid only on the right hand side of an OBJECT LET statement. Objects can also be released by allowing them to go out of scope.

Syntax example:

OBJECT Rowset = NULL

See also:

Object lifetime,