System.VarUtils.SafeArrayError

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

Delphi

procedure SafeArrayError(AResult: HRESULT);

C++

extern DELPHI_PACKAGE void __fastcall SafeArrayError(HRESULT AResult);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.VarUtils.pas
System.VarUtils.hpp
System.VarUtils System.VarUtils

説明

与えられたセーフ配列操作のエラー コードに対応するイベントを発生させます。

AResult パラメータで与えられたセーフ配列操作のエラー コードに対応するイベントをプログラムで発生させるには、SafeArrayError を使用します。

関連項目