API:Vcl.Imaging.GIFImg.GIFException

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Graphics.EInvalidGraphicSystem.SysUtils.ExceptionSystem.TObjectGIFException

Delphi

GIFException = class(EInvalidGraphic);

C++

class PASCALIMPLEMENTATION GIFException : public Vcl::Graphics::EInvalidGraphic

Properties

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

Description

EInvalidGraphic is the exception class for unrecognized graphic files.

Vcl.Imaging.GIFImg.GIFException inherits from Vcl.Graphics.EInvalidGraphic. All content below this line refers to Vcl.Graphics.EInvalidGraphic.

EInvalidGraphic is the exception class for unrecognized graphic files.

EInvalidGraphic is raised when

An application attempts to load a file that is not a valid bitmap, icon, metafile, or user-defined graphic type into a picture.

An application attempts to load a file with an unrecognized extension.

An image does not match the format specified in a call to LoadFromClipboardFormat or SaveToClipboardFormat.

An application attempts to set a bitmap's PixelFormat property to an unsupported value.