FMX.Forms.TApplication.OverrideScreenSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OverrideScreenSize(W, H: Integer);

C++

void __fastcall OverrideScreenSize(int W, int H);

Properties

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

Description

Forces the screen to a custom resolution.

OverrideScreenSize overrides the current display resolution with the width and heigth given by the method's W and H parameters.

See Also