IBX.IBInstall.EIBInstallError

From RAD Studio API Documentation
Jump to: navigation, search

IBX.IBInstall.EIBInstallSystem.SysUtils.ExceptionSystem.TObjectEIBInstallError

Delphi

EIBInstallError = class(EIBInstall);

C++

class PASCALIMPLEMENTATION EIBInstallError : public EIBInstall

Properties

Type Visibility Source Unit Parent
class public
IBX.IBInstall.pas
IBX.IBInstall.hpp
IBX.IBInstall IBX.IBInstall

Description

EIBInstall catches all of the installation exceptions.

IBX.IBInstall.EIBInstallError inherits from IBX.IBInstall.EIBInstall. All content below this line refers to IBX.IBInstall.EIBInstall.

EIBInstall catches all of the installation exceptions.

Use EIBInstall to catch installation exceptions from InterBase and InterBase Express (IBX).

Note: You must install InterBase 6 to use this feature.