EPropReadOnly is the exception class for invalid attempts to write to a property using OLE automation.
EPropReadOnly = class(Exception);
class EPropReadOnly : public Exception;
EPropReadOnly is raised when an application tries to write to a read-only property using OLE automation.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|