Data.Bind.DBScope.TCustomBindScopeDB.Post

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 Post; virtual;

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