TDataSet.CheckBrowseMode
TDataSet |
Top |
· | If State is dsEdit or dsInsert, CheckBrowseMode calls UpdateRecord, and then, if the Modified property for the dataset is True, calls Post. If Modified is False, CheckBrowseMode calls Cancel.
|
· | If State is dsSetKey, CheckBrowseMode calls Post.
|
· | If State is dsInactive, CheckBrowseMode raises an exception.
|