Data.Bind.DBScope.TCustomBindScopeDB.Insert

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also