Callback Procedure delPointProc
delPointProc is called when you delete a point and is passed the w_windowId and the list of points you have entered so far. The last point in the list is the point that is about to be removed.
delPointProc( w_windowId l_pointList)
Return to top