RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.LB_FINDSTRINGEXACT Constant

Represents the Windows message LB_FINDSTRINGEXACT.

Pascal
LB_FINDSTRINGEXACT = $01A2;
C++
LB_FINDSTRINGEXACT = 0x01A2;

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

 

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