IApplicationGlobals.Add

Syntax

Add(Name: String; Value: Variant);

Parameters

Name. Name of a global variable.

Value. Value of a global variable.

Description

The Add method adds a new global variable with the specified name to the list of global variables.

Example

The method use is given in the example for IWinApplication.Globals.

See also:

IApplicationGlobals