Q3ViewerCut
You can use theQ3ViewerCutfunction to handle the Cut editing command when applied to data selected in a viewer object.
OSErr Q3ViewerCut (TQ3ViewerObject theViewer);
theViewer- A viewer object.
DESCRIPTION
TheQ3ViewerCutfunction cuts the data currently selected in the viewer object specified by thetheViewerparameter. The cut data is placed on the Clipboard. You should callQ3ViewerCutwhen the user chooses the Cut command in your application's Edit menu (or types the appropriate keyboard equivalent) and the selected data is inside a viewer pane.