FMX.Forms.IFMXFullScreenWindowService.SetShowFullScreenIcon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual void __fastcall SetShowFullScreenIcon(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

Shows or hides the full-screen mode icon in your form.

Starting with XE5, this feature is only supported in OS X.

See Also