window.KeyDown(string
sChar);
Applicable Classes: MainWin
Parameters:
string sChar- The key to release (see TypeKeys
for the format of this parameter)
Return Value: None
Description:
This function is different from the TypeKeys
function in that it only sends the message for a key release.
This is useful for applications that only process a key up message.
The TypeKeys message sends a character message, which is different than
a key up message.
The sChar parameter can only be one character.
Any additional characters are ignored.
See Also: MainWin
Functions, KeyUp, TypeKeys,
TypeKeys (generic)