RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IBInstall.TIBSetupOnWarning Type

TIBSetupOnWarning is the type of event handlers that respond to installation warnings.

Pascal
TIBSetupOnWarning = function (Sender :TObject; WarningCode: TIscError; WarningMessage : string): TWarningResult of object;
C++
(Sender :TObject; WarningCode: TIscError; WarningMessage : string): TWarningResult ( TIBSetupOnWarning)();

Sender is the TIBSetup component that encounters the warning. 

WarningCode is the warning code for the situation that was encounted. 

WarningMessage is the warning message for the situation that occurred. 

The event handler must return either isc_fp_install_continue or isc_install_abort. 

 

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