TMedTable.Post TMedTable

procedure Post; override;

Description

Use Post to write a modified record to the database.

Dataset methods that change the dataset state or move to another record automatically call Post to store changes. This includes Edit, Insert, Append, First, Last, Next and Prior.