Vcl.Forms.TApplication.ModalStarted

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure ModalStarted;

C++

void __fastcall ModalStarted();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

Beschreibung

Verfolgt das Öffnen eines modalen Formulars.

Ein Aufruf von ModalStarted gibt an, dass ein modales Formular gerade geöffnet wird. ModalStarted wird von der Methode ShowModal des Objekts TCustomForm aufgerufen.

Die Methode ModalStarted ruft ihrerseits die Ereignisbehandlungsroutine für OnModalStart auf, sofern vorhanden.

Siehe auch