deSetProbeContext
deSetProbeContext( [w_window[g_probeContext] ] ) => t / nil
Description
Sets the probe context for the window. This is normally executed only by the probing implementation in the probe trigger.
Arguments
|
Window in which to set the probe context. Defaults to the current window. |
|
Value Returned
Example
Sets the probe context for window(3) to myProbeContext.
deSetProbeContext( window(3) myProbeContext )
Return to top