RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBSetup.OnStatusChange Event

Occurs when a change in installation status occurs.

Pascal
property OnStatusChange: TIBSetupOnStatus;
C++
__property TIBSetupOnStatus OnStatusChange;

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.
 

 

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