Vcl.Imaging.GIFImg.TGIFWarning

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TGIFWarning)(System::TObject* Sender, TGIFSeverity Severity, const System::UnicodeString Msg);

Properties

Type Visibility Source Unit Parent
typedef public Vcl.Imaging.GIFImg.hpp Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

Description

TGIFWarning is the type of a warning event handler.

A variable of type TGIFWarning can store a warning event handler used in several classes inside the GIFImg namespace.

See Also