DesignIntf.IHostForm.GetWindowState

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetWindowState: TShowState;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IHostForm


説明

フォーム ウィンドウの状態を返します。

GetWindowState を使用すると、フォームを保有しているウィンドウの状態を取得することができます。次の値のいずれかを返します: ssNormalssMinimizedssMaximized

関連項目