DesignIntf.IHostForm.GetVisible

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IHostForm

Delphi

function GetVisible: Boolean;

C++

virtual bool __fastcall GetVisible() = 0 ;

Description

Specifies whether the form is visible. It returns True if the form is visible, and False otherwise.

See Also