[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sends a message to all child controls.
Source position: controls.pp line 2408
public procedure TWinControl.NotifyControls( |
Msg: Word |
); |
Msg |
|
The message ID. |
Calls the BroadCast method to deliver a TLMessage instance with the identifier in Msg.
|
Posts the specified message to all of the child controls. |
Version 4.0 | Generated 2025-05-03 | Home |