Runtime Scripter component suite - Version 1.01 RosySky Runtime Scripter - Script Host Component.Runtime Scripter is a component suite for Delphi (3, 4,5, 6, 7, 2005) and C++Builder (5, 6) that containscontrols allowing you to extend your application withmacro language engine.By default the Runtime Scripter supports two scriptinglanguages: VBScript interpreter that is Microsoft®Visual Basic®, Script edition and JScript®. Theseinterpreters are provided with operating system.You can easy add interpreters from other vendors. TheScripter utilizes interpreters that support ActiveScripting technology. Such interpreters must supportIActiveScript and IActiveScriptParse interfaces. TheTScripter can bind an event-handling sub or function toan event associated with a Delphi object without extracoding.The component suite allows using published events andproperties without extra coding. If you need methodsjust register them.Features.Application Object Model.By default the Application Object Model consists of aparent form and a set of components inserted into it.Parameter types.The TScripter component supports passing parameters offollowing base types: - all integers - all Boolean - all real - set - TObject and descendant classes - interfaces - all strings - all chars - data-time - variant