System.VarUtils.ESafeArrayCreateError

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

System.VarUtils.ESafeArrayErrorSystem.SysUtils.ExceptionSystem.TObjectESafeArrayCreateError

Delphi

ESafeArrayCreateError = class(ESafeArrayError);

C++

class PASCALIMPLEMENTATION ESafeArrayCreateError : public ESafeArrayError

プロパティ

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

説明

ESafeArrayCreateError は、バリアント配列の作成に失敗した場合の例外クラスです。

ESafeArrayCreateError は、バリアント配列の作成し失敗したときに発生します。

関連項目