Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us
TDataSet.Cancel
TDataSet
Top 


Cancels modifications to the active record if those changes are not yet posted.

procedure Cancel; virtual;

Description
Call Cancel to undo modifications made to one or more fields belonging to the active record. As long as those changes are not already posted to the database, Cancel returns the record to its previous state, and sets the dataset state to dsBrowse.

Typically Cancel is used to back out of changes in response to user request, or in field validation routines that back out illegal field values. The TDBNavigator object contains a Cancel button that calls Cancel.
        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Apr 19, 2024