System.VarUtils.ESafeArrayCreateError

Aus RAD Studio API Documentation

ESafeArrayCreateErrorSystem.VarUtils.ESafeArrayErrorSystem.SysUtils.ExceptionSystem.TObject

Delphi

ESafeArrayCreateError = class(ESafeArrayError);

C++

class PASCALIMPLEMENTATION ESafeArrayCreateError : public ESafeArrayError

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.VarUtils.pas
System.VarUtils.hpp
System.VarUtils System.VarUtils

Beschreibung

ESafeArrayCreateError ist die Exception-Klasse für Fehler beim Erstellen eines Varianten-Arrays.

ESafeArrayCreateError wird ausgelöst, wenn der Versuch fehlschlägt, ein Varianten-Array zu erstellen.

Siehe auch