Data.Bind.ObjectScope.TBindSourceAdapter.DoBeforeDelete
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
| Unit: Data.Bind.ObjectScope | |
| Parent: TBindSourceAdapter | |
Delphi
procedure DoBeforeDelete; virtual;
C++
virtual void __fastcall DoBeforeDelete();
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.