DesignIntf.IDesignWindow.WindowHide

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WindowHide;

C++

virtual void __fastcall WindowHide() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesignWindow

Description

Called when the window must be hidden, such as when the IDE is debugging.

See Also