RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IBInstall.TIBSetupOnError Type

TIBSetupOnError is the type of event handlers that respond to installation errors.

Pascal
TIBSetupOnError = function (Sender : TObject; IscCode : TIscError; ErrorMessage, ErrorComment : string): TErrorResult of object;
C++
(Sender : TObject; IscCode : TIscError; ErrorMessage, ErrorComment : string): TErrorResult ( TIBSetupOnError)();

Sender is the TIBSetup component that encounters the exception. 

IscCode is the error code for the problem that was encounted. 

ErrorMessage is the error message fro the problem that occurred. 

ErrorComment returns a string that will be displayed to the user. 

The event handler is expected to return isc_fp_install_continue, isc_install_abort or isc_fp_install_retry. 

 

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