StdCurCompClipboardCut event

Occurs when the user selects Cut from the Edit menu.

The default implementation deletes selected text from a field, but keeps a copy of it on the system clipboard.

In a form without custom event handlers, the default implementation generates the standard event StdCurCompClipboardCut.

Your application can call the default implementation by generating the event.

Remarks

Before your application can call the default implementation, it must set the focus to the desired component.