API:Data.Bind.ObjectScope.TBindSourceAdapterReadObjectField.Destroy

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

Delphi

destructor Destroy; override;

C++

/* {Data_Bind_ObjectScope}TBindSourceAdapterReadField<Data_Bind_ObjectScope_TBindSourceAdapterReadObjectField<T>_T>.Destroy */ inline __fastcall virtual ~TBindSourceAdapterReadObjectField__1() { }
__fastcall virtual ~TBindSourceAdapterReadObjectField();

プロパティ

種類 可視性 ソース ユニット
destructor public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapterReadObjectField

説明


TPersistent インスタンスを破壊し、メモリを解放します。

Data.Bind.ObjectScope.TBindSourceAdapterReadObjectField.Destroy は System.Classes.TPersistent.Destroy を継承しています。以下の内容はすべて System.Classes.TPersistent.Destroy を参照しています。

TPersistent インスタンスを破壊し、メモリを解放します。

Destroy は、直接呼び出さないでください。 代わりに Free を呼び出します。 Free は、Destroy を呼び出す前に、オブジェクト参照が nil かどうかをチェックします。

関連項目