RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EIBInstall.Create Constructor (MSG_NO, string)

Creates an instance of an EIBInstall object.

Pascal
constructor Create(IscCode: MSG_NO; IscMessage: string); virtual; overload;
constructor Create(ECode: TIBInstallerError; EMessage: string); virtual; overload;
C++
virtual __fastcall EIBInstall(MSG_NO IscCode, AnsiString IscMessage);
virtual __fastcall EIBInstall(TIBInstallerError ECode, AnsiString EMessage);

Call Create to create an instance of an EIBInstall exception object.

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

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