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

TCustomForm.OnShowModalFinished

Event handler signalled when modal display of the form has been completed.

Declaration

Source position: forms.pp line 818

public property TCustomForm.OnShowModalFinished : TModalDialogFinished
  read FOnShowModalFinished
  write FOnShowModalFinished;

Description

OnShowModalFinished is a TModalDialogFinished property that implements the event handler signalled when modal display of the form has been completed. An application must implement an object procedure using the signature in TModalDialogFinished, and assign it to the property to respond to the event notification.

See also

TApplication.ModalFinished

  

Called when a modal form is closed.

TApplication.OnModalEnd

  

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


Version 3.2 Generated 2024-02-25 Home