JVCL Help:GET DEVICE LPARAM

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Retrieves the input device type from the specified LPARAM value.

run\JvAppCommand.pas


Pascal

 run\JvAppCommand.pas
 functionGET_DEVICE_LPARAM(lParam: LPARAM): WORD;


Parameters

Parameters Description
lParam: LPARAM Specifies the value to be converted.

run\JvAppCommand.pas


Description

The return value is the bit of the high-order word representing the input device type. It can be one of the following values.

Value Meaning
FAPPCOMMAND_KEY User pressed a key.
FAPPCOMMAND_MOUSE User clicked a mouse button.
FAPPCOMMAND_OEM An unidentified hardware source generated the event. It could be a mouse or a keyboard event.

run\JvAppCommand.pas


See Also

GET_APPCOMMAND_LPARAM, GET_KEYSTATE_LPARAM

run\JvAppCommand.pas


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page