Vcl.Imaging.GIFImg.TGIFColorMap.Warning

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

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

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

See Also