IApplicationGlobals.Remove

Syntax

Remove(Name: String): Boolean;

Parameters

Name. Name of a global variable.

Description

The Remove method removes the global variable, name of which is passed as the Name input parameter, and returns True in case of success.

See also:

IApplicationGlobals