IApplicationGlobals.Remove

Syntax

Remove(Name: String): Boolean;

Parameters

Name. Name of a global variable.

Description

The Remove method removes a global variable with the specified name.

Comments

The method returns True if a global variable is removed successfully.

See also:

IApplicationGlobals