Data.Bind.ObjectScope.TBindSourceAdapter.DoBeforeCancel
Delphi
procedure DoBeforeCancel; virtual;
C++
virtual void __fastcall DoBeforeCancel();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp |
Data.Bind.ObjectScope | TBindSourceAdapter |
Description
BeforeCancel event dispatcher.
DoBeforeCancel is a BeforeCancel event dispatcher. Override this method to define how the TBindSourceAdapter should be handled before the source adapter fields are cancelled with the Cancel method.