Data.DB.TDataSet.InternalEdit
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TDataSet |
Delphi
procedure InternalEdit; virtual;
C++
virtual void __fastcall InternalEdit();
Description
Used to edit the current record from the dataset.
InternalEdit is internally used by Edit to edit the current record from the dataset. The method is virtual and blank, so every TDataSet descendant must override it in its specific way.