Vcl.Imaging.GIFImg.TGIFImage.Warning

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure Warning(Sender: TObject; Severity: TGIFSeverity; const Msg: string); virtual;

C++

virtual void __fastcall Warning(System::TObject* Sender, TGIFSeverity Severity, const System::UnicodeString Msg);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFImage

説明

指定されたパラメータでの OnWarning イベントのトリガーです。

指定されたパラメータでの OnWarning イベントのトリガーのために Warning を呼び出します。

The Severity parameter specifies the severity of the warning and can have one of the values listed in the following table. Severity パラメータは警告の深刻さを表し、以下のテーブルで示される一つの値を持つことができます。


意味

gsInfo

警告は情報を意味するだけです。例外のトリガーではありません。

gsWarning

警告は小さいエラーと関連しています。例外のトリガーではありません。

gsError

警告は深刻なエラーと関連しています。例外はGIFException クラスを通して引き起こされます。



The Msg parameter specifies the message to display when the warning event is triggered. Msg パラメータは

関連項目