Data.Bind.ObjectScope.TBindSourceAdapter.DoAfterRefresh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoAfterRefresh; virtual;

C++

virtual void __fastcall DoAfterRefresh();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter

Description

AfterRefresh event dispatcher.

DoAfterRefresh is an AfterRefresh event dispatcher. Override this method to define how the TBindSourceAdapter should be handled after the source adapter has been refreshed with the Refresh method.

See Also