System.Variants.TCustomVariantType.Destroy

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

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomVariantType();

プロパティ

種類 可視性 ソース ユニット
destructor public
System.Variants.pas
System.Variants.hpp
System.Variants TCustomVariantType

説明

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

TCustomVariantType のインスタンスを解放するには,Free メソッドをかわりに使用します。Free は,インスタンスが nil でないことを確認してから Destroy を呼び出します。

TCustomVariantType の下位クラスを実装するユニットの finalization 節で,このクラスの 1 つのインスタンスを解放します。

関連項目