Data.Bind.DBScope.TCustomBindScopeDB.Insert

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also