TCLBVariableFlags Enumeration
Description
Tcl variable flags (some values are not yet applicable to this component).
Values
TCL_GLOBAL_ONLY
Lookup or set value in global namespace only.
TCL_NAMESPACE_ONLY
Lookup or set value in current namespace only.
TCL_APPEND_VALUE
Append to value instead of setting value.
TCL_LIST_ELEMENT
Convert value to a list before setting.
TCL_TRACE_READS
Invoke a procedure when a read is attempted on the variable. This value is not yet applicable to this component.
TCL_TRACE_WRITES
Invoke a procedure when a write is attempted on the variable. This value is not yet applicable to this component.
TCL_TRACE_UNSETS
Invoke a procecure when an unset is attempted on the variable. This value is not yet applicable to this component.
TCL_TRACE_DESTROYED
The trace being invoked is about to be destroyed. This value is not yet applicable to this component.
TCL_INTERP_DESTROYED
The trace is about to be destroyed due to the interpreter being destroyed. This value is not yet applicable to this component.
TCL_LEAVE_ERR_MSG
Set interpreter result on error.
TCL_TRACE_ARRAY
Invoke a procedure whenever the array command is invoked. This value is not yet applicable to this component.