Vcl.Controls.TSizeConstraints.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 TSizeConstraints

Description

Called when the size constraints change.

Override Change in a derived class to perform actions when the size constraints change.

By default, Change calls the OnChange event handler.

See Also