FMX.Forms.IFMXWindowService.GetWindowScale

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetWindowScale(const AForm: TCommonCustomForm): Single; deprecated; // Use THandle.Scale instead

C++

virtual float __fastcall GetWindowScale _DEPRECATED_ATTRIBUTE0 (TCommonCustomForm* const AForm) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms IFMXWindowService

Description

Warning: GetWindowScale is deprecated. Please use the Scale property of the handle of the target form.