Vcl.Imaging.GIFImg.TGIFImage.OnWarning

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnWarning: TGIFWarning read FOnWarning write FOnWarning;

C++

__property TGIFWarning OnWarning = {read=FOnWarning, write=FOnWarning};

Properties

Type Visibility Source Unit Parent
event public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFImage

Description

Occurs when an error is encountered in the manipulation of a GIF image file.

Use the OnWarning event handler to respond when an error is encountered in the manipulation of a GIF image file.

To programatically trigger a warning event, call the Warning method.

See Also