FMX.Forms.TOrientationChangedMessage

Delphi
TOrientationChangedMessage = class(System.Messaging.TMessage);
C++
class PASCALIMPLEMENTATION TOrientationChangedMessage : public System::Messaging::TMessageBase
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| class | public | FMX.Forms.pas FMX.Forms.hpp | FMX.Forms | FMX.Forms | 
Description
Message that indicates that the orientation of the screen of the device running your application has changed.
This message is sent by the platform-specific implementation of FMX.Platform on the different supported platforms.
Platform Support
FireMonkey only sends this type of message on Android and iOS.
See Also
- System.Messaging (Delphi) code example
- System.Messaging (C++) code example