DesignIntf.IHostForm.BringToFront
Delphi
procedure BringToFront;
C++
virtual void __fastcall BringToFront(void) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | IHostForm |
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.