Reset Method (AProgram)

Restores the program's tests' properties to their original values and resets the program properties.

Syntax

Object.Reset

The Reset method syntax has the following parts:

 

Name

Type

Description

Object

AProgram

AProgram object

Example

The following statement resets the named program:

App.Programs("TestProgram7").Reset

Applies to

AProgram

See Also

OnReset