RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TForm.PopupParent Property

Sets an order for stacked forms that users cannot change.

Pascal
property PopupParent: TCustomForm;
C++
__property TCustomForm PopupParent;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!