Data.Bind.DBScope.TCustomBindScopeDB.Post

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Post; virtual;

Properties

Type Visibility Source Unit Parent
procedure protected Data.Bind.DBScope.pas Data.Bind.DBScope TCustomBindScopeDB

Description

Writes a modified record to the database or change log.

The Post method internally calls Data.DB.TDataSet.Post to write a modified record to the database or the change log.

See Also