EPUB | CHM | PDF

TMySQLDataSet.Methods.Post

Top Previous Next

Writes a modified record to the database.

Syntax:

procedure Post; override;

Description:

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: Example: Append, FieldValues, Post