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