DesignIntf.IHostForm.GetWindowState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetWindowState: TShowState;

C++

virtual Designertypes::TShowState __fastcall GetWindowState(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IHostForm

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.

See Also