StdCurCompClipboardPaste event

Occurs when the user selects Paste from the Edit menu.

The default implementation pastes the contents of the system clipboard into the currently selected text.

In a form without custom event handlers, the default implementation fires the standard event StdCurCompClipboardPaste.

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.