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