BBjNamespace::removeCallbackForVariable
Description
In BBj 3.0 and higher, this method removes any callback that has been set using BBjNamespace::setCallbackForVariable.
Syntax
Return Value |
Method |
---|---|
void |
removeCallbackForVariable(string varName) |
Parameters
Variable |
Description |
---|---|
varName |
Specifies the name of the variable no longer being watched. |
Return Value
None.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.