formhook Bottommost property
Return to Introduction  Previous page  Next page
Applies to
acFormHook component.  

Declaration
property Bottommost: Boolean;  

Description
The Bottommost property allows to constantly keep the form under other windows, moving it to the bottom of Z-order.  
 
Set Bottommost to True to constantly keep the form under other windows, or switch it to False to make it normal window where Z-order can be changed by activating or deactivating the window.  
 
iiwarning You can't set both Topmost and Bottom properties to True. Only one of these properties can be enabled simuntaneously.  

See also
Topmost property.