mobileFX JavaScriptX - Google V8 JavaScript Embedded Framework
JavaScriptXLib ActiveX DLL / ScriptControl Object / Reset Method
In This Topic
    Reset Method
    In This Topic
    Description

    Reinitializes the scripting engine.

    Syntax
    Visual Basic
    Public Sub Reset() 
    Remarks

    Discards all scripting code and objects that have been added to the ScriptControl.

    The State property of the ScriptControl is reset to Initialized (0).

    See Also