Vcl.OleCtrls.EOleCtrlError

From RAD Studio API Documentation

EOleCtrlErrorSystem.SysUtils.ExceptionSystem.TObject

Delphi

EOleCtrlError = class(Exception);

C++

class PASCALIMPLEMENTATION EOleCtrlError : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
Vcl.OleCtrls.pas
Vcl.OleCtrls.hpp
Vcl.OleCtrls Vcl.OleCtrls

Description

EOleCtrlError is the exception class for ActiveX controls.

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

See Also