API:Vcl.Forms.TForm.PopupParent

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

Delphi

property PopupParent;

C++

__property PopupParent;

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TForm

説明

ユーザーが変更できないスタックされたフォームの順序を設定します。

Vcl.Forms.TForm.PopupParent は Vcl.Forms.TCustomForm.PopupParent を継承しています。以下の内容はすべて Vcl.Forms.TCustomForm.PopupParent を参照しています。

ユーザーが変更できないスタックされたフォームの順序を設定します。

PopupMode プロパティが pmExplicit に設定され,PopupParent が nil の場合は,PopupParent として Application.MainForm が暗黙に使用されます。Application.MainForm が割り当てられていない場合は,Application.Handle が PopupParent として使用されます。

PopupMode プロパティが pmAuto に設定されている場合は,Screen.ActiveForm が PopupParent プロパティとして使用されます。