Data.Bind.ObjectScope.TBindSourceAdapter.DoAfterRefresh

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TBindSourceAdapter

Delphi

procedure DoAfterRefresh; virtual;

C++

virtual void __fastcall DoAfterRefresh();

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