Vcl.Forms.TForm.PopupParent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PopupParent;

C++

__property PopupParent;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TForm

Description

Sets an order for stacked forms that users cannot change.

Vcl.Forms.TForm.PopupParent inherits from Vcl.Forms.TCustomForm.PopupParent. All content below this line refers to Vcl.Forms.TCustomForm.PopupParent.

Sets an order for stacked forms that users cannot change.

If the PopupMode property is set to pmExplicit and PopupParent is nil, then the Application.MainForm is implicitly used as the PopupParent. If no Application.MainForm is assigned, then Application.Handle is used as the PopupParent.

If the PopupMode property is set to pmAuto, Screen.ActiveForm is used as the PopupParent property.