System.SysUtils.EPropReadOnly

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.SysUtils.ExceptionSystem.TObjectEPropReadOnly

Delphi

EPropReadOnly = class(Exception);

C++

class PASCALIMPLEMENTATION EPropReadOnly : public Exception

Propriétés

Type Visibilité  Source Unité  Parent
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

EPropReadOnly est la classe des exceptions pour les tentatives incorrectes d'écriture dans une propriété en utilisant OLE automation.

EPropReadOnly est déclenchée quand une application tente d'écrire dans une propriété en lecture seule en utilisant OLE automation.