[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TApplication.NotifyCustomForms

Performs the specified message for all custom forms in the application.

Declaration

Source position: forms.pp line 1479

protected procedure TApplication.NotifyCustomForms(

  Msg: Word

);

Arguments

Msg

  

The message sent to the forms.

Description

Calls the Perform method for custom forms in the application using Msg as an argument.

See also

Screen

  

The TScreen singleton for the application.

TScreen.CustomForms

  

Provides indexed access to the TCustomForm instances on the screen.

TControl.Perform

  

Direct call of an message handler, bypassing the message queue.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.