System.SysUtils.EPropReadOnly

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.ExceptionSystem.TObjectEPropReadOnly

Delphi

EPropReadOnly = class(Exception);

C++

class PASCALIMPLEMENTATION EPropReadOnly : public Exception

Eigenschaften

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

Beschreibung

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

EPropReadOnly wird ausgelöst, wenn eine Anwendung versucht, mittels OLE-Automation den Wert einer Nur-Lesen-Eigenschaft zu ändern.