Vcl.Imaging.GIFImg.TGIFItem.Warning

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Warning(Severity: TGIFSeverity; const Msg: string);

C++

void __fastcall Warning(TGIFSeverity Severity, const System::UnicodeString Msg);

Properties

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

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 Msg argument.

See Also