Open main menu

RAD Studio API Documentation β

Data.Bind.ObjectScope.TBindSourceAdapter.DoBeforeDelete

Delphi

procedure DoBeforeDelete; virtual;

C++

virtual void __fastcall DoBeforeDelete();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter

Description

BeforeDelete event dispatcher.

DoBeforeDelete is a BeforeDelete event dispatcher. Override this method to define how the TBindSourceAdapter should be handled before a source adapter member is deleted with the Delete method.

See Also