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