Vcl.Imaging.GIFImg.TGIFWarning

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

Beschreibung

TGIFWarning ist der Typ der Ereignisbehandlungsroutine für Warnungen.

Eine Variable des Typs TGIFWarning kann eine Ereignisbehandlungsroutine für Warnungen und wird in mehreren Klassen des Namespace GIFImg verwendet.

Siehe auch