Vcl.StdCtrls.TImageMargins.Change

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Change; virtual;

C++

virtual void __fastcall Change();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TImageMargins

Description

Called when the image margins change.

Override Change in a derived class to perform actions when the image margins change.

By default, Change calls the OnChange event handler.

See Also