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