Data.Bind.ObjectScope.TBindSourceAdapter.DoAfterInsert

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoAfterInsert; virtual;

C++

virtual void __fastcall DoAfterInsert();

Properties

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

Description

AfterInsert event dispatcher.

DoAfterInsert is an AfterInsert event dispatcher. Override this method to define how the TBindSourceAdapter should be handled after an item has been inserted in the scope adapter with the Insert or Append methods.

See Also