DesignIntf.IHostForm.HideWindow

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure HideWindow;

C++

virtual void __fastcall HideWindow() = 0 ;

Description

Hides the form. HideWindow makes the form invisible.

See Also