Vcl.AxCtrls.TPropertyPage.PixelsPerInch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PixelsPerInch: Integer read GetPixelsPerInch write SetPixelsPerInch stored False;

C++

__property PixelsPerInch;

Properties

Type Visibility Source Unit Parent
property published
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TPropertyPage

Description

Represents the proportion of the font on the system on which the form was designed.

Vcl.AxCtrls.TPropertyPage.PixelsPerInch inherits from Vcl.Forms.TCustomForm.PixelsPerInch. All content below this line refers to Vcl.Forms.TCustomForm.PixelsPerInch.

Represents the proportion of the font on the system on which the form was designed.

Use PixelsPerInch at runtime to change how the form is scaled to the current screen resolution. If PixelsPerInch is changed from its default value, the form will not have the same proportion on every screen resolution.

At design time, PixelsPerInch is set automatically when the form is saved. Changes to PixelsPerInch made in the Object Inspector only affect the form at runtime.

The form's Scaled property must be true for PixelsPerInch to have an effect.

See Also