geDeleteAllProbe
geDeleteAllProbe( [w_windowId] [g_crossProbeFlag] ) => t / nil
Description
Removes all the probes from a window.
If g_crossProbeFlag is not nil, all the cross probes associated with the probes in w_windowId are deleted.
Arguments
|
If set, all cross probes associated with the probes in a window are also deleted. |
Value Returned
Examples
Deletes all probes in the current window.
geDeleteAllProbe( hiGetCurrentWindow( ) )
Related Topics
Return to top