formhook Topmost property
Return to Introduction  Previous page  Next page
Applies to
acFormTopmost and acFormHook components.  

Declaration
property Topmost: Boolean;  

Description
The Topmost property determines whether your form can always stay on top over other windows. If Topmost is True, system will place your form at the top of the Z order and your will always on top over other windows. If Topmost is False, another windows can be placed over your form.  

Note
iiinfo The Topmost property of the acFormHook component is highly integrated with others components of the AppControls pack.  
 
So, even if you use acFormHook, acFormTopmost, acFormMagnet and acAppBar components together on one form and changing the Topmost property of the acFormHook component, the Topmost property of the acFormTopmost and AlwaysOnTop property of the acAppBar component will be changed at run-time accordingly.  
 
tip If you wish to keep the window UNDER other windows — use Bottommost property.  

See also
Bottommost property;  
acFormTopmost, acFormMagnet and acAppBar components.