Vcl.Imaging.GIFImg.TGIFWarning
Delphi
TGIFWarning = procedure(Sender: TObject; Severity: TGIFSeverity; const Msg: string) of object;
C++
typedef void __fastcall (__closure *TGIFWarning)(System::TObject* Sender, TGIFSeverity Severity, const System::UnicodeString Msg);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
type typedef |
public | Vcl.Imaging.GIFImg.pas 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.