Vcl.Forms.TApplication.ModalStarted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ModalStarted;

C++

void __fastcall ModalStarted();

Properties

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

Description

Track opening of modal form.

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

ModalStarted calls the OnModalStart event handler, if defined.

See Also