Data.Bind.ObjectScope.TBindSourceAdapter.DoAfterEdit
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: TBindSourceAdapter |
Delphi
procedure DoAfterEdit; virtual;
C++
virtual void __fastcall DoAfterEdit();
Description
AfterEdit event dispatcher.
DoAfterEdit is an AfterEdit event dispatcher. Override this method to define how the TBindSourceAdapter should be handled after the source adapter calls InternalEdit and the state of the adapter has been set to seEdit
with the Edit method.