Bde.DBTables.TBDEDataSet.Post

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Post; override;

C++

virtual void __fastcall Post();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TBDEDataSet

Description

Writes a modified record to the database.

Call Post to write a modified record to the database. Dataset methods that change the dataset state, such as Edit, Insert, or Append, or that move from one record to another, such as First, Last, Next, and Prior automatically call Post.

See Also

Code Examples