|
Create a new Tcl interpreter and store it in the "Interpreter" parameter.
|
|
Delete a Tcl interpreter and reset the "Interpreter" parameter to zero.
|
|
Check to see if a Tcl interpreter is deleted.
|
|
Evaluate any valid Tcl string.
|
|
Evaluate any valid Tcl string in the global context.
|
|
Evaluate any valid Tcl file.
|
|
Evaluate a Tcl string or file.
|
|
Create a custom Tcl command that calls into a COM or ActiveX object.
|
|
Create a "dynamic" custom Tcl command that calls into a COM or ActiveX object.
|
|
Delete a custom Tcl command.
|
|
Get the current string result for a specific Tcl interpreter.
|
|
Set the current string result for a specific Tcl interpreter.
|
|
Clear the current string result for a specific Tcl interpreter.
|
|
Get the current error line for a specific Tcl interpreter.
|
|
Set the current error line for a specific Tcl interpreter.
|
|
Get the command options for a specific Tcl custom command.
|
|
Set the command options for a specific Tcl custom command.
|
|
Get the value of a Tcl variable.
|
|
Set the value of a Tcl variable.
|
|
Unset a Tcl variable.
|
|
Links a variable to a Tcl variable.
|
|
Unlinks a variable from a Tcl variable.
|
|
Manually updates the value of a linked Tcl variable.
|
|
Allocates a block of Tcl memory.
|
|
Frees a block of Tcl memory.
|
|
Get the contents of the Tcl memory block as a string.
|
|
Set the contents of the Tcl memory block to a string.
|
|
Preserve a block of Tcl memory.
|
|
Release a block of Tcl memory.
|
|
Eventually free a block of Tcl memory.
|
|
View license for this component.
|
|
Check license for this component.
|
|
Fires the EvaluateComplete event.
|
|
Returns the local or global interpreter list.
|
|
Returns the custom command list for the specified object.
|