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