Windows
Scripting Host Control - adds fully functional support
of Windows Scripting Host engine to Delphi application.
Lets to run scripts from application and shares any
application object inherited from TPersistent with script
interpreter engine. Allows completely manage application
objects within script, including operating with published
properties, running methods, setting script procedures as event
handlers etc.
WSH Control is also the very easy way to make you application
as extremely enhanceable system managed by outside scripts - so
even no need to edit source code (or rebuild projects) to enhance its
functionality.