System.SysUtils.EPropWriteOnly

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.ExceptionSystem.TObjectEPropWriteOnly

Delphi

EPropWriteOnly = class(Exception);

C++

class PASCALIMPLEMENTATION EPropWriteOnly : public Exception

Eigenschaften

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

Beschreibung

EPropWriteOnly ist die Exception-Klasse für unzulässige Versuche, mittels OLE-Automatisierung den Wert einer Eigenschaft zu lesen.

EPropWriteOnly wird ausgelöst, wenn eine Anwendung versucht, mittels OLE-Automatisierung den Wert einer Nur-Schreiben-Eigenschaft zu lesen.