Controls.TWinControl.Broadcast

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From Controls.pas

	procedure Broadcast(var Message);


Unit: Controls

Type: method

Visibility: public

Member Of: TWinControl

C++ Information

From Controls.hpp

	void __fastcall Broadcast(void * Message);


Unit: Controls

Type: method

Visibility: public

Member Of: 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

Personal tools
Translations
Newest Version