User:Alexandrab/Fullscreen mode on Mac OS

From RAD Studio

Go Up to MacOS Application Development


RAD Studio offers support for fullscreen mode on Mac OSX for FireMonkey. Fullscreen mode is available on Mac OS for versions greater than 10.7.x (Lion).

  • The result at runtime:

Both properties can also be set programmatically using the following code:

Form1.ShowFullScreenIcon := true;
Form1.FullScreen := true;

See Also