RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IBInstall.TIBSetupOnStatus Type

TIBSetupOnStatus is the type of event handlers that respond during the InterBase installation or de-installation process.

Pascal
TIBSetupOnStatus = function (Sender : TObject; StatusComment : string): TStatusResult of object;
C++
(Sender : TObject; StatusComment : string): TStatusResult ( TIBSetupOnStatus)();

Sender is the TIBSetup component that is installing or uninstalling. 

StatusComment is a short string that indicates what operation is currently occurring. This can be used to supply the user with feedback on the installation process. 

The event handler can return isc_fp_install_continue if the installation should continue, or isc_install_abort if the user cancels the installation process. 

 

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