Vcl.Imaging.GIFImg.TGIFRenderer.Changed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Changed; override;

C++

virtual void __fastcall Changed(void);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFRenderer

Description

Informs the TGIFRenderer instance that a change occurred in its properties.

Changed should be called whenever a change occurred in the properties of the TGIFRenderer instance.

See Also