DesignIntf.IHostForm.BringToFront
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: IHostForm |
Delphi
procedure BringToFront;
C++
virtual void __fastcall BringToFront() = 0 ;
Description
Brings the form on top of the other controls.
Call BringToFront to ensure that the form is visible and on top of other controls.