System.TAssertErrorProc

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

Delphi

TAssertErrorProc = procedure (const Message, Filename: string;
LineNumber: Integer; ErrorAddr: Pointer);

C++

typedef void __fastcall (*TAssertErrorProc)(const UnicodeString Message, const UnicodeString Filename, int LineNumber, void * ErrorAddr);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.pas
System.hpp
System System

説明

アサーションが失敗したときに呼び出されるルーチンを指定します。

TAssertErrorProc は、アサーションが失敗したときに呼び出されるルーチンを指定するために使用する手続き型を表します。

関連項目