StdCurCompClipboardPasteAppend event

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

The default implementation pastes records (rows) from the system clipboard, inserting them just below the currently selected record.

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

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.