Emulate - method of the PmaKey object
Description:
Emulation of the keystroke, it means that the
onKeyDown event is triggered.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oKey = pMe.Pm("/Key");
oKey.Emulate();
Dim oKey
Set oKey = pMe.Pm("/Key")
oKey.Emulate