System.SysUtils.EPropReadOnly

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEPropReadOnly

Delphi

EPropReadOnly = class(Exception);

C++

class PASCALIMPLEMENTATION EPropReadOnly : public Exception

Properties

Type Visibility Source Unit Parent
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

EPropReadOnly is the exception class for invalid attempts to write to a property using OLE automation.

EPropReadOnly is raised when an application tries to write to a read-only property using OLE automation.