FMX.Forms.TScaleChangedMessage

From RAD Studio API Documentation
Jump to: navigation, search

System.Messaging.TMessageSystem.Messaging.TMessageBaseSystem.TObjectTScaleChangedMessage

Delphi

TScaleChangedMessage = class(System.Messaging.TMessage<TCommonCustomForm>);

C++

class PASCALIMPLEMENTATION TScaleChangedMessage : public System::Messaging::TMessage__1<TCommonCustomForm*>

Properties

Type Visibility Source Unit Parent
class public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms FMX.Forms

Description

Message that indicates that the screen resolution has changed.

This message is sent by the platform-specific implementation of FMX.Platform on the different supported platforms.

FireMonkey needs this message to handle dynamic changes in window resolution on OS X.

Platform Support

FireMonkey only sends this type of message on OS X.

See Also