Data.Bind.ObjectScope.TBindSourceAdapter.DoBeforeDelete

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

Delphi

procedure DoBeforeDelete; virtual;

C++

virtual void __fastcall DoBeforeDelete();

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter


説明

BeforeDelete イベントのディスパッチャです。


DoBeforeDelete は、BeforeDelete イベントのディスパッチャです。 このメソッドをオーバーライドすると、ソース アダプタのメンバが Delete メソッドで削除される前に、TBindSourceAdapter がどのように処理されるかを定義することができます。

関連項目