Vcl.Imaging.GIFImg.TGIFColorMap.Changed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Changed; virtual; abstract;

C++

virtual void __fastcall Changed(void) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFColorMap

Description

Inform the TGIFColorMap instance that a change occured in its properties.

Changed should be called whenever a change occured in the properties of the TGIFColorMap instance.

Several methods in the TGIFColorMap class automatically call Changed after making important changes to the properties. These methods are listed in the See Also section below.

See Also