Web.HTTPApp.TCustomWebFileDispatcher.Destroy

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

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomWebFileDispatcher();

プロパティ

種類 可視性 ソース ユニット
destructor public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TCustomWebFileDispatcher


説明

TCustomWebFileDispatcher のインスタンスを解放します。

Destroy は、TCustomWebFileDispatcher オブジェクトを解放します。Destroy は、アプリケーション内で直接呼び出さないでください。 代わりに Free を呼び出します。

関連項目