|
Runtime Scripter
Runtime Scripter Components
for Delphi 3,4,5,6,7,2005,2006,2007,2009,2010,XE,XE2,XE3,XE4 (32/64 bit) and C++ Builder 5,6
Runtime Scripter is a component suite for Delphi and C++Builder that contains controls allowing you to extend your application with macro language engine.
By default the Runtime Scripter supports two scripting languages: VBScript interpreter that is subset of VBA (Visual Basic for Application) and JScript. These interpreters are provided with operating system.
You can easy add interpreters from other vendors. The Scripter utilizes interpreters that support Active Scripting technology. Such interpreters must support IActiveScript and IActiveScriptParse interfaces.
The component suite allows using published events and properties without extra coding. If you need methods just register them.
Features
Application Object Model
By default the Application Object Model consists of a parent form and a set of components inserted into it.
Parameter types
The TScripter component supports passing parameters of following base types:
- all integers
- all Boolean
- all real
- set
- TObject and descendant classes
- interfaces
- all strings
- all chars
- data-time
- variant
Runtime Scripter is included into Runtime Fusion Complete suite.
|