RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EPropReadOnly Class

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

Pascal
EPropReadOnly = class(Exception);
C++
class EPropReadOnly : public Exception;

SysUtils

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!