[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TScreen.PixelsPerInch

The number of screen pixels for an virtual inch (DPI), in vertical direction.

Declaration

Source position: forms.pp line 1172

public property TScreen.PixelsPerInch : Integer
  read FPixelsPerInch;

Description

The display uses virtual inches, which typically are bigger than physical inches. This requires that text appears bigger on an screen than e.g. on an printer.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.