Data.Bind.DBScope.TCustomBindScopeDB.Insert
Delphi
procedure Insert; virtual;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| procedure | protected | Data.Bind.DBScope.pas | Data.Bind.DBScope | TCustomBindScopeDB |
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.