FMX.Forms.TCommonCustomForm.ScaleChangedHandler

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ScaleChangedHandler(const Sender: TObject; const Msg: System.Messaging.TMessage); virtual;

C++

virtual void __fastcall ScaleChangedHandler(System::TObject* const Sender, System::Messaging::TMessageBase* const Msg);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Event handler for the event that occurs when there is a change in the scale of the control.

For instance, changing from retina to non-retina screen on OS X platforms implies a change in the scale factor of the control.

See Also