Check whether the dataset is in browse mode.
Source position: db.pas line 1898
public procedure TDataSet.CheckBrowseMode; |
CheckBrowseMode will force the dataset to browse mode (State=dsBrowse) if it is active. If it is not active, an EDatabaseError exception is raised. If it is active, but in an edit state, then TDataset.UpdateRecord is called, and if the TDataset.Modified property is true, a TDataset.Post is performed, else TDataset.Cancel is called.
|
Current operational state of the dataset. |
|
|
Post pending edits to the database. |
|
|
Cancel the current editing operation. |
|
|
Indicate that the record contents have changed. |
|
|
Was the current record modified ? |