Vcl.Imaging.GIFImg.TCustomGIFRenderer.HasChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HasChanged: boolean read FChanged;

C++

__property bool HasChanged = {read=FChanged, nodefault};

Properties

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

Description

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

HasChanged is an internal read-only property that specifies whether a change occured in the properties of the TCustomGIFRenderer instance.

A call to the Changed method sets the value of HasChanged to True.

See Also