How I can register function without parameter type in DWScript

144 Views Asked by At

I want register into script some stream method. For example

function Read(Self: TStream; var Buffer; Count: Longint): Longint;

But parametr "Buffer" does not have type(by dws). How can I register this kind of parametrs into Delphi Web Script? What need to write into TdwsParametr.DataType???

0

There are 0 best solutions below