Data.Bind.ObjectScope.TBindSourceAdapter.DoBeforeRefresh
Delphi
procedure DoBeforeRefresh; virtual;
C++
virtual void __fastcall DoBeforeRefresh();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp |
Data.Bind.ObjectScope | TBindSourceAdapter |
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.