Data.Bind.DBXScope.TCustomParamsAdapter.DoAfterClose

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoAfterClose; override;

C++

virtual void __fastcall DoAfterClose();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Bind.DBXScope.pas
Data.Bind.DBXScope.hpp
Data.Bind.DBXScope TCustomParamsAdapter

Description

AfterClose event dispatcher.

Data.Bind.DBXScope.TCustomParamsAdapter.DoAfterClose inherits from Data.Bind.ObjectScope.TBindSourceAdapter.DoAfterClose. All content below this line refers to Data.Bind.ObjectScope.TBindSourceAdapter.DoAfterClose.

AfterClose event dispatcher.

DoAfterClose is an AfterClose event dispatcher. Override this method to define how the TBindSourceAdapter should be handled after the source adapter state has been set to seInactive when calling SetActive with Value set to False.

See Also