EPropWriteOnly is the exception class for invalid attempts to read a property using OLE automation.
EPropWriteOnly = class(Exception);
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!
|