Vcl.Forms.TApplication.OnModalEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnModalEnd: TNotifyEvent read FOnModalEnd write FOnModalEnd;

C++

__property System::Classes::TNotifyEvent OnModalEnd = {read=FOnModalEnd, write=FOnModalEnd};

Properties

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

Description

Occurs when a modal form is closed.

Write an OnModalEnd event handler to perform special processing when a modal form is closed.

See Also