DesignIntf.IHostForm.Visible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Visible: Boolean read GetVisible;

C++

__property bool Visible = {read=GetVisible};

Properties

Type Visibility Source Unit Parent
property public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IHostForm

Description

Determines whether the form is visible or not. Use Visible to obtain the visible state of the form.

See Also