FMX.ApplicationEvents.TApplicationEvents.OnOrientationChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnOrientationChanged: TDeviceOrientationChangedEvent read FOnOrientationChanged write FOnOrientationChanged;

C++

__property TDeviceOrientationChangedEvent OnOrientationChanged = {read=FOnOrientationChanged, write=FOnOrientationChanged};

Properties

Type Visibility Source Unit Parent
event published
FMX.ApplicationEvents.pas
FMX.ApplicationEvents.hpp
FMX.ApplicationEvents TApplicationEvents

Description

Occurs when the UI changes orientation.

Note: Only supported on Android and iOS.