RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBSetup.OnWarning Event

Occurs when an installation warning occurs.

Pascal
property OnWarning: TIBSetupOnWarning;
C++
__property TIBSetupOnWarning OnWarning;

Write an OnWarning event handler to take specific actions when a warning occurs. 

An OnWarning event is generated whenever warning is reported, and must return either isc_fp_install_continue or isc_install_abort.

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!