Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us
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.
        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Mar 29, 2024