Sends a message to all child controls.
Source position: controls.pp line 2341
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. |