Vcl.Imaging.GIFImg.TGIFList.Warning

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Warning(Severity: TGIFSeverity; Message: string); virtual;

C++

virtual void __fastcall Warning(TGIFSeverity Severity, System::UnicodeString Message);

Properties

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

Description

Triggers a warning event related to GIF operations, with the specified arguments.

Warning is an internal method used to trigger a warning event related to the handling of GIF images. The severity of the warning is specified through the Severity argument and the message to display is given by the Message argument.

See Also