ref: VariablesInspector properties



 PLEASE NOTE: SimplyVBA and SimplyVB6 have been superseded by vbWatchdog.
This page exists for archival purposes only.  
Upgrade licences of vbWatchdog are available at a discounted rate.

On this page you'll find:

Technical Overview

The ErrEx.VariablesInspector method (and ErrEx.CallStack.VariablesInspector method) return an object that implements the interface IErrExVariables.  The IErrExVariables interface is defined as follows: 

PROPERTIES Read/Write Type
 Name read-only String
 Scope read-only enum VarScope
 ScopeDesc read-only String
 TypeDesc read-only String
 Value read-only Variant
 ValueDesc read-only String
   
METHODS Return Value
 DumpAll   String
 FirstVar    
 NextVar  
 IsEnd   Boolean