FMX.ApplicationEvents.TApplicationEvents.OnOrientationChanged
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.