geDeleteProbe
geDeleteProbe(w_windowId o_userType[g_crossProbeFlag] ) => t / nil
Description
Removes a probe from a set of probes in a window.
If g_crossProbeFlag is not nil, all the cross probes associated with the probe are deleted.
Arguments
|
Indicates if the crossProbes associated with the probe should also be deleted. |
Value Returned
Examples
The probe is deleted from the current window.
geDeleteProbe( getCurrentWindow( ) probe )
Related Topics
Return to top