DesignIntf.IHostForm.GetWindowState

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetWindowState: TShowState;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IHostForm


Description

Renvoie l'état de la fenêtre de la fiche.

Utilisez GetWindowState pour obtenir l'état de la fenêtre contenant la fiche. Elle peut renvoyer l'une des valeurs suivantes : ssNormal, ssMinimized, ssMaximized.

Voir aussi