Create your Delphi applications extremely enhanceable - add scripting support to your code. "Scripters" allow the users to customize an application to their needs without having to recompile it.
Dbasic is a tool for Delphi 3-7 to integrate script programs (macros) into applications. With Dbasic all developers (or their customers) will be able to customize without limits the behaviour and features of their applications. DBasic is a mix between Basic and Pascal and makes possible the realization of every kind of programs; supports Long strings, Pointers and Recursive functions.
2.
A small collection of Delphi components ... TawScriptControl is the main component in the collection. It is a wrapper component for the Microsoft Script ActiveX Control. This is a free ActiveX control from Microsoft that provides basic access the any ActiveX scripting language. Microsoft provide VBScript and JScript as their standard scripting languages, but many other languages are available including PerlScript and Python.
Delphi script component wich enables Delphi application to support active scripting languages installed in Windows Scripting Host (such as VBScript, JScript, Perl, Python, Lua, Tcl, Rexx etc).
Dream Scripter integrates VBScript, JScript, Perl, Python or any custom ActiveX script language into your Delphi/C++ Builder applications.