RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinControl.NotifyControls Method

Sends a message to all the child controls.

Pascal
procedure NotifyControls(Msg: Word);
C++
__fastcall NotifyControls(Word Msg);

NotifyControls sends a message with the message ID passed in the Msg parameter to all the controls in the windowed control's Controls array property. NotifyControls is used to update all the controls in a form of such occurrences as changes in the parent color or font.  

NotifyControls constructs a generic message record, filling its message ID field with the value of Msg and setting its parameter and result fields to zeros, then calls the Broadcast method to send the message to all the child controls. 

 

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