RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.SendDockNotification Method

Sends a Windows message to the control's host dock site.

Pascal
procedure SendDockNotification(Msg: Cardinal; WParam: Integer; LParam: Integer);
C++
__fastcall SendDockNotification(unsigned Msg, int WParam, int LParam);

Use SendDockNotification to send a Windows message to the control's host dock site. 

SendDockNotification is called automatically when the control's text or visibility changes. 

 

WindowProc 

TMessage 

WndProc

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!