IBX.IBInstall.TIBSetupOnStatus

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
IBX.IBInstall.pas
IBX.IBInstall.hpp
IBX.IBInstall IBX.IBInstall

説明

TIBSetupOnStatus は,InterBase のインストールまたはアンインストール処理中に応答するイベントハンドラの種類です。

Sender は,インストールまたはアンインストール注の TIBSetup コンポーネントです。

StatusComment は,現在実行されている操作を示す短い文字列です。これを使用して,インストール処理に関するフィードバックをユーザーに提供します。

インストールを続行する場合は,イベントハンドラが isc_fp_install_continue を返します。ユーザーがインストール処理をキャンセルした場合は,isc_install_abort を返します。