标签:rac 发送 方便 not switch val word show code
procedure WMSize (var Message: TWMSize); message WM_SIZE;
Value
|
Meaning
|
SIZE_MAXHIDE
|
Message is sent to all pop-up windows when some other window is maximized.
|
SIZE_MAXSHOW
|
Message is sent to all pop-up windows when some other window has been restored to its former size.
|
SIZE_MINIMIZED
|
The window has been minimized.
|
Value
|
Meaning
|
SIZE_RESTORED
|
The window has been resized, but neither the SIZE_MINIMIZED nor SIZE_MAXIMIZED value applies.
|
WM_SIZE后于WM_CREATE消息!!在窗口被创建时的顺序!
标签:rac 发送 方便 not switch val word show code
原文地址:http://www.cnblogs.com/findumars/p/7127107.html