RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EPropWriteOnly Class

EPropWriteOnly is the exception class for invalid attempts to read a property using OLE automation.

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

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!