FMX.Forms.IFMXFullScreenWindowService.SetFullScreen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Toggles on or off the full-screen mode in your form.

Starting with XE5, this feature is supported on desktop platforms (Windows and OS X).

See Also