Vcl.Forms.TApplication.ModalStarted

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure ModalStarted;

C++

void __fastcall ModalStarted();

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

説明

モード付きフォームを開く処理を追跡します。

ModalStarted を呼び出すと,モード付きフォームを開いていることを示すことができます。ModalStarted は TCustomForm の ShowModal メソッドで呼び出します。

定義すれば,ModalStarted は OnModalStart イベントハンドラを呼び出します。

関連項目