FMX.Forms.IFMXFullScreenWindowService.SetFullScreen

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetFullScreen(const AForm: TCommonCustomForm; const AValue: Boolean);

C++

virtual void __fastcall SetFullScreen(TCommonCustomForm* const AForm, const bool AValue) = 0 ;

Propriétés

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


Description

Active ou désactive le mode plein écran dans votre fiche.

En commençant par XE5, cette fonctionnalité est supportée sur des plates-formes de bureau (Windows et Mac OS X).

Voir aussi