Vcl.Graphics.TGraphicsObject.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 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.

See Also