IBX.IBInstall.TIBSetup.OnStatusChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnStatusChange: TIBSetupOnStatus read FOnStatusChange write FOnStatusChange;

C++

__property TIBSetupOnStatus OnStatusChange = {read=FOnStatusChange, write=FOnStatusChange};

Properties

Type Visibility Source Unit Parent
event published
IBX.IBInstall.pas
IBX.IBInstall.hpp
IBX.IBInstall TIBSetup

Description

Occurs when a change in installation status occurs.

Write an OnStatusChange event handler to take specific actions when a status change occurs during installation.

Status events are generated from time to time when InstallExecute is called. The event informs the user of the installation progress. The event handler might want to use the StatusContext property to display information about the current installation status. The progress is returned by the Progress property as an integer from 1-100.

Note: You must install InterBase 6 to use this feature.