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

Permute l'affichage du mode plein écran dans votre fiche.

Depuis XE5, cette fonctionnalité est prise en charge sur les plates-formes de bureau (Windows et OS X).

Voir aussi