deGetProbeContext
deGetProbeContext( [w_window] ) =>g_probeContext/ nil
Description
Returns the probe context for the window.
Arguments
|
Window from which to retrieve the probe context. Defaults to the current window. |
Value Returned
Examples
Returns the probe context associated with window(3).
deGetProbeContext( window(3) )
Return to top