Starts capturing your expert system's output to the specified file. 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 file specified by filename. The contents of the file if it exists will be overwritten. All calls to the PrintOut method will go to the file until the StopCapture method is called
Namespace: InferenceEngine
Delphi |
public |
Parameters
Filename
Type: TFilename
Encoding
Type: TEncoding
Type: Boolean
Reference |