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: THandle; LParam: THandle);
C++
__fastcall SendDockNotification(unsigned Msg, THandle WParam, THandle 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. 

 

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