RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.WM_SETREDRAW Constant

Represents the Windows message WM_SETREDRAW.

Pascal
WM_SETREDRAW = $000B;
C++
WM_SETREDRAW = 0x000B;

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

 

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