DesignIntf.IHostForm.ShowWindow
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: IHostForm |
Delphi
procedure ShowWindow(AShowState: TShowState);
C++
virtual void __fastcall ShowWindow(Designertypes::TShowState AShowState) = 0 ;
Description
Shows the form window with the given state. It makes the window of the form visible in one of the states: ssNormal
, ssMinimized
, ssMaximized
.