Vcl.ComCtrls.TCustomListView.ChangeScale

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ChangeScale(M, D: Integer); override;

C++

DYNAMIC void __fastcall ChangeScale(int M, int D);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

Rescaling event dispatcher

TCustomListView redefines ChangeScale in order to implement item rescaling.

See Also