|
|
|
| acFormMagnet component.
|
| property FormTopmost: Boolean;
|
| The FormTopmost property determines whether the form can always stay on top over other windows. If FormTopmost is True, system will place the form at the top of the Z-order and form will always on top over other windows. If FormTopmost is False, another windows can be placed over the form.
|
| Topmost property of the acFormHook component.
|