Starts capturing your expert system's output to the specified stream. This method commands the inference engine to redirect any calls to standard output within the expert system (TPrintOutFunction user function and PrintOut method) to the stream. All calls to the PrintOut method will go to the stream until the StopCapture method is called
Namespace: InferenceEngine
Delphi |
public |
Parameters
Stream
Type: TStream
Encoding
Type: TEncoding
Type: Boolean
Reference |