System.SysUtils.EPropWriteOnly

提供: RAD Studio API Documentation
移動先: 案内検索

System.SysUtils.ExceptionSystem.TObjectEPropWriteOnly

Delphi

EPropWriteOnly = class(Exception);

C++

class PASCALIMPLEMENTATION EPropWriteOnly : public Exception

プロパティ

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

説明

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

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