DesignIntf.IHostForm.GetVisible

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetVisible: Boolean;

C++

virtual bool __fastcall GetVisible() = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IHostForm


Beschreibung

Gibt an, ob das Formular sichtbar ist. Die Methode gibt True zurück, wenn das Formular sichtbar ist, ansonsten False.

Siehe auch