Vcl.ExtCtrls.TCustomControlBar.ScaleControlsForDpi

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ScaleControlsForDpi(NewPPI: Integer); override;

C++

virtual void __fastcall ScaleControlsForDpi(int NewPPI);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomControlBar

Description

Scales all the contained controls to the NewPPI value.

Vcl.ExtCtrls.TCustomControlBar.ScaleControlsForDpi inherits from Vcl.Controls.TWinControl.ScaleControlsForDpi. All content below this line refers to Vcl.Controls.TWinControl.ScaleControlsForDpi.

Scales all the contained controls to the NewPPI value.