StdCurCompClipboardCopy event

Occurs when the user selects Copy from the Edit menu.

The default implementation copies the contents of the selected field to the system clipboard.

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

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.