RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomizeDlg.StayOnTop Property

Specifies whether the customization dialog can be placed behind other windows.

Pascal
property StayOnTop: Boolean;
C++
__property Boolean StayOnTop;

If you want the customization dialog to stay on top of all windows while it is visible, set StayOnTop to true. Otherwise, it should be set to false. 

 

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