RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EOleCtrlError Class

EOleCtrlError is the exception class for ActiveX controls.

Pascal
EOleCtrlError = class(Exception);
C++
class EOleCtrlError : public Exception;

EOleCtrlError is raised when an application cannot link to an ActiveX control. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!