Icon Update Method

procedure Update

Usage

Available In: Client and Server Applications

Use this method to begin updating the active row in the dataset. Before the update occurs, the BeforeUpdate event is triggered, allowing the update to be aborted, if necessary. After the update occurs, the AfterUpdate event is triggered.

Use the Save method to complete the update of the active row.
Image