Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

QAxScriptManager Class

The QAxScriptManager class provides a bridge between application objects and script code. More...

Header: #include <QAxScriptManager>
qmake: QT += axcontainer

    Detailed Description

    The QAxScriptManager class provides a bridge between application objects and script code.

    The QAxScriptManager acts as a bridge between the COM objects embedded in the Qt application through QAxObject or QAxWidget, and the scripting languages available through the Windows Script technologies, usually JScript and VBScript.

    Create one QAxScriptManager for each separate document in your application, and add the COM objects the scripts need to access using addObject(). Then load() the script sources and invoke the functions using call().

    Warning: This class is not available with the bcc5.5 compiler.

    See also QAxScript, QAxScriptEngine, QAxBase, and ActiveQt Framework.

    Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded