RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EOleSysError Class

EOleSysError is the exception class for errors specific to the OLE IDispatch interface.

Pascal
EOleSysError = class(EOleError);
C++
class EOleSysError : public EOleError;

ComObj

EOleSysError is the exception class for errors that occur during an attempt to invoke a method or property of an OLE automation object. When the IDispatch Invoke method fails, EOleSysError is raised. Objects invoked through IDispatch can return the error code—an OLE status code or SCODE—indicating the reason for the error. 

 

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