Vcl.Graphics.TGraphic.Changed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Changed(Sender: TObject); virtual;

C++

virtual void __fastcall Changed(System::TObject* Sender);

Properties

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

Description

Called when graphic has changed.

Changed is called automatically whenever the TGraphic object is modified. It sets the Modified property to True and triggers the OnChange event.

See Also