RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EOleRegistrationError Class

EOleRegistrationError is the exception class for errors that occur when registering an OLE object.

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

ComObj

EOleRegistrationError is raised by the CreateRegKey method when it encounters an error while trying to register a COM class with the system registry. 

 

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