Unique features of Dream Scripter are:
- It includes our new Object Pascal Interpreter!
- Any Delphi's object, component, method, property, procedure, function, constant or variable can be used in the scripts. Ever wanted to use powerful VCL components in Visual Basic alike language? Now you can do it!
- Any ActiveX/OLE control can be used in the scripts. This means your users can easily use MS Word or Excel in your application!
- It supports any scripting language compatible with Active scripting. This means you implement one simple interface in your program and your users have the ability to use virtually unlimited number of scripting languages. You don't need to change or recompile the application!
- You can assign "script" events to components and script will be executed each time event is called.
Imagine:
Sub Button1Click(Sender)
Screen.Forms(0).Hide
Sender.Enabled = False
End Sub
- You can execute scripts with forms. This means there can be forms with associated script files. Forms can be linked and components from other forms, data modules or script units will be accessible.
- You can create and execute mini applications! See our MastApp program written entirely on VBScript/JavaScript with Instant Report.
- You can debug your script programs with Microsoft Script Debugger!
- It's royalty free product, comes with full source code, free life-time support, free life-time upgrades and fixes!
Written entirely with Delphi. You don't need any extra DLLs or OCXs. Source is compatible and tested with Delphi 3, Delphi 4, Delphi 5, Delphi 6, Delphi 7, C++ Builder 3, C++ Builder 4, C++ Builder 5, and C++ Builder 6.