[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs the specified message for all custom forms in the application.
Source position: forms.pp line 1479
protected procedure TApplication.NotifyCustomForms( |
Msg: Word |
); |
Msg |
|
The message sent to the forms. |
Calls the Perform method for custom forms in the application using Msg as an argument.
|
The TScreen singleton for the application. |
|
|
Provides indexed access to the TCustomForm instances on the screen. |
|
|
Direct call of an message handler, bypassing the message queue. |
lazarus-ccr.sourceforge.net |