FMX.Forms.IFMXFullScreenWindowService.GetFullScreen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFullScreen(const AForm: TCommonCustomForm): Boolean;

C++

virtual bool __fastcall GetFullScreen(TCommonCustomForm* const AForm) = 0 ;

Properties

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

Description

Indicates whether or not your form is running in full-screen mode.

See Also