Vcl.Forms.TCustomForm.PopupParent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PopupParent: TCustomForm read FPopupParent write set_PopupParent;

C++

__property TCustomForm* PopupParent = {read=FPopupParent, write=set_PopupParent};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

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.