DesignIntf.IHostForm.Visible

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also