Accuracer: The First And Only Cross-Platform BDE Replacement
Client-Server Single-File Embedded Database with SQL for Delphi / C++Builder / Kylix


TDataSet.Post
TDataSet
Top 

Implements a virtual method to write a modified record to the database.

procedure Post; virtual;

Description
TDataSet implements a virtual method 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.

All descendants of TDataSet redeclare and implement Post to write a record to the database.


© AidAim Software Accuracer: