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

TApplication.OnModalEnd

Event handler for all modal forms closed (application exiting modal mode).

Declaration

Source position: forms.pp line 1599

public property TApplication.OnModalEnd : TNotifyEvent
  read FOnModalEnd
  write FOnModalEnd;

See also

TApplicationHandlerType.ahtModalEnd

  

Handler invoked when the last modal form is closed.

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