Data.DB.TDataSet.DoBeforeEdit
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TDataSet |
Delphi
procedure DoBeforeEdit; virtual;
C++
virtual void __fastcall DoBeforeEdit();
Description
BeforeEdit event dispatcher.
DoBeforeEdit is a BeforeEdit event dispatcher. Override this method to change the behavior of the dataset before an application enters edit mode for the active record.