表示: Delphi C++
表示設定

System.SysUtils.EPropReadOnly

提供:XE2 API Documentation
移動: 案内, 検索

System.SysUtils.ExceptionSystem.TObject
EPropReadOnly

Delphi

EPropReadOnly = class(Exception);

C++

class PASCALIMPLEMENTATION EPropReadOnly : public Exception

プロパティ

種類 可視性 ソース ユニット
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

説明

EPropReadOnly は,OLE オートメーションを使ってプロパティに無効な書き込みを行ったときに生成される例外クラスです。

EPropReadOnly 例外は,OLE オートメーションを使って読み出し専用プロパティに書き込もうとしたときに生成されます。

以前のバージョン
他の言語