RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinControl.Broadcast Method

Sends a message to each of the child controls.

Pascal
procedure Broadcast(var Message);
C++
__fastcall Broadcast( Message);

Use Broadcast when you want to send the same message to each of the child controls contained within the windowed control. Specify the message to be passed as the value of the Message parameter. 

 

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