DesignIntf.IHostForm.Visible
Delphi
property Visible: Boolean read GetVisible;
C++
__property bool Visible = {read=GetVisible};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| property | public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | IHostForm |
Beschreibung
Legt fest, ob das Formular sichtbar ist oder nicht. Mit Visible ermitteln Sie den sichtbaren Status des Formulars.