Vcl.Graphics.TGraphicsObject.Changed
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 | TGraphicsObject | 
Description
Generates an OnChange event when the properties of the graphics object change.
Descendants of TGraphicsObject call Changed after making changes to the properties encapsulated by the TGraphicsObject object.