Questions tagged [dwscript]

DWScript is an object-oriented scripting engine for Delphi based on the Delphi language, with extensions borrowed from other Pascal languages (FreePascal, Prism, etc.).

DWScript (Delphi Web Script) is an object-oriented scripting engine for Delphi based on the Delphi language, with extensions borrowed from other Pascal languages (FreePascal, Prism, etc.). It introduces a few Pascal language extensions of its own as well.

DWScript is an open-source project, issues that do not pertain to DWScript programming, usage or integration in host applications are probably best reported in the issue tracker.

93 questions
0
votes
0 answers

Calling query.locate in dwscript

Is it possible to call a procedure that has a parameter of type set in dwscript? I am exposing TDataSet and TADOQuery using ExposeClassToUnit. var ScriptUnit : TdwsUnit; ScriptUnit.ExposeClassToUnit(TDataSet,…
Tom Robertson
  • 151
  • 10
0
votes
0 answers

How to Load/Unload a DLL and use its methods inside a script executed by Delphi DWScript

Hi my questions is regarding DLL loading/ binding inside a script because I want to create a scripting interface where there could be plugins based on Delphi DWScript. Some of those plugins could lad DLL to uses functions contained in them. Is…
fduenas
  • 305
  • 3
  • 6
-1
votes
1 answer

Monitor current line number while running DWScript?

I'm using the latest DWScript which has a TdwsDebugger component with it. However I'm not necessarily looking to provide debugging tools to the user - just visually show the current line number. In the TdwsDebugger component, in its OnDebug event,…
Jerry Dodge
  • 26,858
  • 31
  • 155
  • 327
1 2 3 4 5 6
7