IBX.IBInstall.TIBSetupOnStatus

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TIBSetupOnStatus = function(Sender : TObject; StatusComment : string):

C++

typedef TStatusResult __fastcall (__closure *TIBSetupOnStatus)(System::TObject* Sender, System::UnicodeString StatusComment);

Properties

Type Visibility Source Unit Parent
type
typedef
public
IBX.IBInstall.pas
IBX.IBInstall.hpp
IBX.IBInstall IBX.IBInstall

Description

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

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.