Data.Bind.ObjectScope.TBindSourceAdapter.DoBeforeClose
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: TBindSourceAdapter |
Delphi
procedure DoBeforeClose; virtual;
C++
virtual void __fastcall DoBeforeClose();
Description
BeforeClose event dispatcher.
DoBeforeClose is a BeforeClose event dispatcher. Override this method to define how the TBindSourceAdapter should be handled immediately before the source adapter state is set to seInactive
when calling SetActive with Value
set to False
.