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???