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

TApplicationProperties.SetOnModalEnd

Sets the value for the OnModalEnd property.

Declaration

Source position: forms.pp line 1741

protected procedure TApplicationProperties.SetOnModalEnd(

  const AValue: TNotifyEvent

);

Arguments

AValue

  

New value for the property.

See also

TApplicationProperties.OnModalEnd

  

Event handler signalled when the last modal form for the application has been exited.

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