Vcl.Controls.TMargins.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.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TMargins

Description

Generates an OnChange event.

Change is called automatically when the margins change. This method calls the OnChange event handler, if one is assigned.

See Also