mobileFX JavaScriptX - Google V8 JavaScript Embedded Framework
JavaScriptXLib ActiveX DLL / Module Object
Overview
In This Topic
    Module Object Members
    In This Topic
    Public Methods
    Add code to the module
    Evaluate an expression within the context of the module
    Execute a statement within the context of the module
    Call a procedure defined in the module
    Public Properties
    Object exposed by the scripting engine that contains methods and properties defined in the code added to the module
    Name of the module
    Collection of procedures that are defined in the module
    See Also