[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 1509

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

See also

TApplicationHandlerType.ahtModalEnd

  

Handler invoked when the last modal form is closed.