DWScript
DWScript copied to clipboard
DWScript is an object-oriented scripting engine for Delphi based on the Delphi language, with extensions borrowed from other Pascal languages.
Hello, Why are "Anonymous record" not compatible with "Variant"? I tried to use CodeGen from dws program bellow: ``` program Test; type TFunc = function(y: integer): integer; procedure DoSomething(func: TFunc);...
ERROR DEMO IndyWebServer [dcc32 Error] dwsDatabaseLibModule.pas(576): E2003 Undeclared identifier: 'AsData' [dcc32 Fatal Error] DSimpleDWScript.pas(39): F2063 Could not compile used unit 'dwsDataBaseLibModule.pas' LINE 56 ids:=dbo.Intf.Query(Info.ParamAsString[0], scriptDyn.AsData, Info.Execution.CallStackLastExpr); IScriptDynArray property 'AsData' not...