On Sun, 12 Jul 2020, Alexey Tor. via fpc-pascal wrote:
https://www.freepascal.org/docs-html/current/fcl/process/tprocess.readinputstream.html
a) it has 2 sections "Arguments" (mixed with "Func result")- pls make
nicer output:
"Arguments (variant 1)", "Arguments (variant 2)", "Function result"
b) first variant of func has "public" mark - it's crap here
No, it's not "crap". All methods have their visibility prepended.
If anything, it's simply missing from the second overload.
c) 'Read available data from input stream" - it's for Input? for
Input/Output/Stderr? --> change to "Read available data from one of
process streams"
It's an input pipe stream, which is by definition read-only.
It automatically follows you can only read from Output and StdErr streams.
Michael.
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal