Datasnap.Provider.TCustomResolver.EndUpdate

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.Provider.pas
Datasnap.Provider.hpp
Unit: Datasnap.Provider
Parent: TCustomResolver

Delphi

procedure EndUpdate; virtual;

C++

virtual void __fastcall EndUpdate();

Description

Provides the interface for a method that performs any finalization after applying updates.

The ApplyUpdates method calls EndUpdate after applying updates.

As implemented in TCustomResolver, EndUpdate does nothing. Descendants that need take specific action after applying updates override this method.

See Also