Data.Bind.ObjectScope.TBindSourceAdapter.DoAfterEdit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoAfterEdit; virtual;

C++

virtual void __fastcall DoAfterEdit();

Properties

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

Description

AfterEdit event dispatcher.

DoAfterEdit is an AfterEdit event dispatcher. Override this method to define how the TBindSourceAdapter should be handled after the source adapter calls InternalEdit and the state of the adapter has been set to seEdit with the Edit method.

See Also