Vcl.Forms.TApplication.ModalFinished

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ModalFinished;

C++

void __fastcall ModalFinished();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

Description

Track closing of modal form.

Call ModalFinished to indicate that a modal form is being closed. ModalFinished is called by the ShowModal method of TCustomForm.

ModalFinished calls the OnModalEnd event handler, if defined.

See Also