RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.LB_ITEMFROMPOINT Constant

Represents the Windows message LB_ITEMFROMPOINT.

Pascal
LB_ITEMFROMPOINT = $01A9;
C++
LB_ITEMFROMPOINT = 0x01A9;

This constant is used by Windows messaging. For more information see the MSDN article for LB_ITEMFROMPOINT notification. 

 

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