StdCurCompClipboardPasteOverwrite event

Occurs when the user selects Paste Rows Overwrite from the Edit menu.

The default implementation pastes records (rows) from the system clipboard into the collection, overwriting existing records starting with the currently selected record.

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

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.