Data.Bind.ObjectScope.TBindSourceAdapter.DoBeforeCancel

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

C++

virtual void __fastcall DoBeforeCancel();

Description

BeforeCancel event dispatcher.

DoBeforeCancel is a BeforeCancel event dispatcher. Override this method to define how the TBindSourceAdapter should be handled before the source adapter fields are cancelled with the Cancel method.

See Also