Vcl.Graphics.TCustomCanvas.Changed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Changed; virtual;

C++

virtual void __fastcall Changed();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TCustomCanvas

Description

Called when the canvas is changed.

Changed is a method called automatically whenever the contents of a TCustomCanvas object is modified. Changed triggers the OnChange event.

See Also