Vcl.Controls.TWinControl.Broadcast
From RAD Studio API Documentation
Revision as of 17:52, 16 October 2011 by TestAccount (Talk | contribs)
Delphi
procedure Broadcast(var Message);
C++
void __fastcall Broadcast(void *Message);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TWinControl |
Description
Sends a message to each of the child controls.
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.