API:Vcl.ActnMenus.TCustomActionMenuBar.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.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMenuBar

Description

Scales all the contained controls to the NewPPI value.

Vcl.ActnMenus.TCustomActionMenuBar.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.