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(EOleSysError);
C++
class EOleRegistrationError : public EOleSysError;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!