Syntax
releasecontext ()
Description
Release the last context set.
Implementation
Release the existing (last) context set using setcontext function.
Examples
In some applications the window title changes based on the operation we are doing. For example, when we browse any URL in Firefox browser, the title bar changes. Once title bar changed, then we can change the context using this function.
releasecontext ()