Data.Bind.DBScope.TCustomBindScopeDB.Insert
[–] Properties | |
---|---|
Type: procedure | |
Visibility: protected | |
Source: Data.Bind.DBScope.pas | |
Unit: Data.Bind.DBScope | |
Parent: TCustomBindScopeDB |
Delphi
procedure Insert; virtual;
Description
Inserts a new empty record in the dataset.
The Insert method internally calls Data.DB.TDataSet.Insert to insert a new empty record in the dataset.