Data.Bind.ObjectScope.TBindSourceAdapter.DoAfterClose

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

C++

virtual void __fastcall DoAfterClose();

Description

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