FMX.Platform.Win.SetScreenScale

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetScreenScale(ScreenScale: Single);

C++

extern DELPHI_PACKAGE void __fastcall SetScreenScale(float ScreenScale);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Platform.Win.pas
FMX.Platform.Win.hpp
FMX.Platform.Win FMX.Platform.Win

Description

Allows the designer to adjust the design-time scaling of the form. The ScreenScale parameter specifies the scaling factor as a single-precision floating point value (Double). The scaling is between 0 and 1. The default value is 1.

See Also