FMX.Forms.IFMXWindowService.SetWindowState

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetWindowState(const AForm: TCommonCustomForm; const AState: TWindowState);

C++

virtual void __fastcall SetWindowState(TCommonCustomForm* const AForm, const System::Uitypes::TWindowState AState) = 0 ;

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms IFMXWindowService

Description

Dans les classes descendantes, SetWindowState implémente des fonctionnalités afin d'appliquer un état de fenêtre (affichée, cachée, maximisée, etc.) à la fiche donnée.

Voir aussi