Vcl.Graphics.IChangeNotifier.Changed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Changed;

C++

virtual void __fastcall Changed() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics IChangeNotifier

Description

Called when a change occurs in the implementing class.

Changed is principally used internally by TFont class TFontAdapter property and TPicture class TPictureAdapter property.

See Also