User:Alexandrab/Fullscreen mode on Mac OS

From RAD Studio
Jump to: navigation, search

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).

Full screen icon true.png
  • The result at runtime:
Full screen icon.png
Full screen true.png

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

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

See Also