Returns the facts pending TIStringList object for the module
Namespace: IECSInterfaces
Delphi |
public |
Return Value
Type: TObject
This method returns nil before the Prepare method is called (called when the module is added to the TInferenceEngine component) and after the Release method is called (called when the module is removed from the TInferenceEngine component). Note that it is not recommended that you change the returned object unless the module is the CurrentModule of the TInferenceEngine component (by calling FocusModule or setting CurrentModule property), though read access is valid |
Reference |