DesignIntf.IHostForm.Visible
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IHostForm | |
Delphi
property Visible: Boolean read GetVisible;
C++
__property bool Visible = {read=GetVisible};
Description
Determines whether the form is visible or not. Use Visible to obtain the visible state of the form.