DesignIntf.IHostForm.GetWindowState
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IHostForm | |
Delphi
function GetWindowState: TShowState;
C++
virtual Designertypes::TShowState __fastcall GetWindowState() = 0 ;
Description
Returns the state of the form window.
Use GetWindowState to obtain the state of the window containing the form.
It can return one of the following values: ssNormal, ssMinimized, ssMaximized.