Data.Bind.ObjectScope.TBindSourceAdapter.DoBeforeEdit

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

Delphi

procedure DoBeforeEdit; virtual;

C++

virtual void __fastcall DoBeforeEdit();

プロパティ

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


説明

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


DoBeforeEdit は、BeforeEdit イベントのディスパッチャです。 このメソッドをオーバーライドすると、ソース アダプタが Edit メソッドから InternalEdit を呼び出す直前、TBindSourceAdapter がどのように処理されるかを定義することができます。

関連項目