Data.Bind.ObjectScope.TBindSourceAdapter.DoBeforeEdit
Delphi
procedure DoBeforeEdit; virtual;
C++
virtual void __fastcall DoBeforeEdit();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp |
Data.Bind.ObjectScope | TBindSourceAdapter |
Description
BeforeEdit event dispatcher.
DoBeforeEdit is a BeforeEdit event dispatcher. Override this method to define how the TBindSourceAdapter should be handled immediately before the source adapter calls InternalEdit from the Edit method.