DesignIntf.IHostForm.Visible

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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.

Siehe auch