DesignIntf.IHostForm.ShowWindow
Delphi
procedure ShowWindow(AShowState: TShowState);
C++
virtual void __fastcall ShowWindow(Designertypes::TShowState AShowState) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | DesignIntf.pas DesignIntf.hpp | DesignIntf | IHostForm | 
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.