'DefGlobals are global variables which are accessible from '+'any rule or deffunction. Global variables may contains simple values, such '+'as an integer or string, or the result of a function call, such as (time) '+'which would set a global variable to the current time. Global variables '+'which are set by a function call are only evaluated at their creation and '+'possibly when the inference engine is Reset.'
Namespace: IEParser
Delphi |
SDefGlobalComment = 'DefGlobals are global variables which are accessible from '+ |
Value
Type: string
Reference |