RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.WM_KEYFIRST Constant

Represents the Windows message WM_KEYFIRST.

Pascal
WM_KEYFIRST = $0100;
C++
WM_KEYFIRST = 0x0100;

This constant is used by Windows messaging. Functions like GetMessage or PeekMessage use this constant for filtering purposes. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!