Returns the global, overriding context within the inference engine. Similar to how object pascal can define a global variable 'X' and also have a local variable 'X', the inference engine works the same way. The global context contains the definitions globally, rules are able to redefine a label locally. The global context is not just for variables
Namespace: InferenceEngine
Delphi |
public |
Property Value
Type: TIEContext
Note, that you should use the GlobalVariables property to define global variables |
Reference |