[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Handles the CM_ACTIVATE control message for the form.
Source position: forms.pp line 620
protected procedure TCustomForm.CMActivate( |
var Message: TLMessage |
); message; |
Message |
|
Control message for the notification. |
Ensures that the Menu for the MainForm in the Application is merged into the Menu for the form instance when FormStyle is fsMDIChild. This action is not performed at design-time, or when the MainForm or the Menu for the Application has not been assigned.
Calls Activate to signal the OnActivate event handler (when assigned) if needed.
Version 4.0 | Generated 2025-05-03 | Home |