Vcl.Controls.TWinControl.Broadcast

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also