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