IBX.IBServices.TIBServerProperties.Destroy

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

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TIBServerProperties();

プロパティ

種類 可視性 ソース ユニット
destructor public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBServerProperties

説明

TIBServerProperties のインスタンスを破棄します。

アプリケーションで直接 Destroy を呼び出さないでください。かわりに,Free メソッドを呼び出します。Free は,サービスオブジェクトが解放されていないことを確認してから Destroy を呼び出します。

メモ:  この機能を使用するには,InterBase 6 をインストールする必要があります。