IBX.IBInstall.TIBSetup.Progress

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Progress : Integer read FProgress;

C++

__property int Progress = {read=FProgress, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBInstall.pas
IBX.IBInstall.hpp
IBX.IBInstall TIBSetup

Description

Returns the installation progress.

Use Progress to return the installation progress as an integer between 0 and 100. Progress is updated by the OnStatusChange event.

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