Data.Bind.ObjectScope.TBindSourceAdapter.DoAfterCancel

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

C++

virtual void __fastcall DoAfterCancel();

Description

AfterCancel event dispatcher.

DoAfterCancel is an AfterCancel event dispatcher. Override this method to define how the TBindSourceAdapter should be handled after the source adapter fields have been cancelled with the Cancel method.

See Also