Vcl.Imaging.GIFImg.TGIFSeverity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGIFSeverity = (gsInfo, gsWarning, gsError);

C++

enum DECLSPEC_DENUM TGIFSeverity : unsigned char { gsInfo, gsWarning, gsError };

Properties

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

Description

Specifies the severity level of the warnings generated when working with GIF images.

A variable of type TGIFSeverity specifies the severity level of the warnings generated when working with GIF images.

The following table lists the possible values of a variable of type TGIFSeverity.


Value Meaning

gsInfo

The warning is only meant to inform. No exception is trigerred.

gsWarning

The warning is related to a small error. No exception is triggered.

gsError

The warning is related to a severe error. An exception is triggered through the GIFException class.