JVCL Help:TJvVirtualKeySelectionFrame.CombinedKeyCode

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

Search in JVCL Help

 
Search in all projects
 

Summary

Returns a key code that contains the shift state.


Pascal

 propertyCombinedKeyCode: Word;


Description

The combined key code is the KeyCode combined with the shift state according to this formula:
if ssShift inShiftStatethen Result := Result or $4000;
if ssCtrl inShiftStatethen Result := Result or $4000;


See Also

TJvVirtualKeySelectionFrame.KeyCode, TJvVirtualKeySelectionFrame.ShiftState


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