Vcl.Imaging.GIFImg.TCustomGIFRenderer.CheckChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckChange; virtual;

C++

virtual void __fastcall CheckChange();

Properties

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

Description

Checks whether a change occured in the properties of the TCustomGIFRenderer instance.

Call CheckChange to check whether a change occured in the properties of the TCustomGIFRenderer instance.

See Also