FireDAC.Comp.DataSet.TFDDataSet.DoBeforeDelete

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

Delphi

procedure DoBeforeDelete; override;

C++

virtual void __fastcall DoBeforeDelete();

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

説明

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

FireDAC.Comp.DataSet.TFDDataSet.DoBeforeDelete は Data.DB.TDataSet.DoBeforeDelete を継承しています。以下の内容はすべて Data.DB.TDataSet.DoBeforeDelete を参照しています。

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

DoBeforeDelete は、BeforeDelete イベントのディスパッチャです。 このメソッドをオーバーライドすることにより、アプリケーションがアクティブ レコードの削除を試行する直前の、データセットの動作を変更することができます。

関連項目