Data.Bind.ObjectScope.TBindSourceAdapter.DoBeforeInsert

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 DoBeforeInsert; virtual;

C++

virtual void __fastcall DoBeforeInsert();

Description

BeforeInsert event dispatcher.

DoBeforeInsert is a BeforeInsert event dispatcher. Override this method to define how the TBindSourceAdapter should be handled before an item is inserted in the scope adapter with the Insert or Append methods.

See Also