DesignIntf.IHostForm.GetVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetVisible: Boolean;

C++

virtual bool __fastcall GetVisible() = 0 ;

Properties

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

Description

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

See Also