Precision Delphi Script Lite is a handy and reliable application designed to execute Pascal scripts from command line or from a linked interpreter integrated into your application.
Precision Delphi Script Lite features native support for graphical user interfaces and includes encryption abilities.
You can also try out the portable version of the application. Other features such as database connectivity, support for communication protocols and build options are available in the standard build.
Requirements:
· IBM-compatible PC
· 512 MB RAM
· 10 MB free disk space
What's New in This Release: [ read full changelog ]
· added - Conditional defines (support for DEFINE, UNDEF, IFDEF, IFNDEF, ELSE, ENDIF directives)
· added - Simple distribution model scenario (if pdScript.exe file is renamed to "xyz.exe" and distributed along with "xyz.dpas" script, then "xyz.dpas" is executed automatically after running "xyz.exe" without parameters)
added - Support for the following new classes, components, events, properties and routines:
· TMetafile and TMetafileCanvas classes
· TPrinter object
· TSplitter and TStringGrid components support
· TForm.OnMouseWheel event
· TScrollBox.OnCanResize and TScrollBox.OnMouseWheel events
· TScrollBar.IsScrollBarVisible property
· OnMouseEnter and OnMouseLeave events has been added to a lot of controls
· LoadLibrary, FreeLibrary, GetProcAddress and a other system routines
· EncodeStream and DecodeStream routines
· GetCurrentLangCode and GetCurrentCountryCode routines
· added - Include directives can contain asterisks now. For example: In {$I *.xyz} directive, asterisk is replaced with the current s...