FMX.Forms.IFMXFullScreenWindowService.GetFullScreen

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetFullScreen(const AForm: TCommonCustomForm): Boolean;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms IFMXFullScreenWindowService


Beschreibung

Gibt an, ob Ihr Formular im Vollbildmodus ausgeführt wird.

Siehe auch