Returns the stream currently being used as standard output.
Namespace: InferenceEngine
Delphi |
public |
Property Value
Type: TStream
Usually, this property will return nil, in which case the output "stream" is coming from the OnPrintOut event. The StartCapture methods set this property to redirect standard output to the stream. |
Reference |