psvActiveScript library can be used to add support of active script languages, like VBScript and JavaScript to any Delphi application without using Microsoft Script Control. This library contains components:
- TpsvActiveScriptSite implements IActiveScriptSite interface and can be used for calculating expressions or web-development
- TpsvActiveScriptWindow implements IActiveScriptSiteWindow interface and can be used for GUI programs
psvActiveScript library uses Microsoft Active Scripting directly, so you don't have to install Microsoft Script Control. Any script language supported by Windows scripting host can be used for scripts.