RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.EN_UPDATE Constant

Represents the Windows message EN_UPDATE.

Pascal
EN_UPDATE = $0400;
C++
EN_UPDATE = 0x0400;

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

 

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