RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Forms.KeyDataToShiftState Function

Convert keyboard message data to TShiftState.

Pascal
function KeyDataToShiftState(KeyData: Longint): TShiftState;
C++
TShiftState KeyDataToShiftState(Longint KeyData);

Forms

Convert the current keyboard state and given KeyData to a TShiftState type. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!