API:Vcl.Imaging.GIFImg.TGIFRenderer.Changed
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 TCustomGIFRenderer instance that a change occurred in its properties.
Vcl.Imaging.GIFImg.TGIFRenderer.Changed inherits from Vcl.Imaging.GIFImg.TCustomGIFRenderer.Changed. All content below this line refers to Vcl.Imaging.GIFImg.TCustomGIFRenderer.Changed.
Informs the TCustomGIFRenderer instance that a change occurred in its properties.
Changed should be called whenever a change occurred in the properties of the TCustomGIFRenderer instance.
Several methods in the TCustomGIFRenderer class automatically call Changed after making important changes to the properties. These methods are listed in the See Also section below.